#6BA2F2

Color #6BA2F2 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #6BA2F2

Tints of Cornflower Blue #6BA2F2

Color information

#6BA2F2 (or 0x6BA2F2) is unknown color: approx Cornflower Blue. HEX triplet: 6B, A2 and F2. RGB value is (107,162,242). Sum of RGB (Red+Green+Blue) = 107+162+242=511 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.94% from 511); Green value is 162 (63.67% from 255 or 31.70% from 511); Blue value is 242 (94.92% from 255 or 47.36% from 511); Max value from RGB is 242 - color contains mainly: blue. Hex color #6BA2F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA2F2 is #945D0D. Grayscale: #9A9A9A. Windows color (decimal): -9723150 or 15901291. OLE color: 15901291.

HSL color Cylindrical-coordinate representation of color #6BA2F2: hue angle of 215.56º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BA2F2 is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB107162242-
CMYK0.560.3300.05
HSL215.56º83.85%68.43%-
HSV(B)215.56º55.79%94.9%-
XYZ35.0135.3888.99-
YUV154.67177.2894-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 20.94%
GREEN value IS 162 (63.67% from 255) = 31.70%
BLUE value IS 242 (94.92% from 255) = 47.36%
R=20.94%
G=31.70%
B=47.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1071622420.560.3300.05215.5683.8568.43
Hex6BA2F2382105d85444
Octal153242362704105330124104
Binary1101011101000101111001011100010000101011101100010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6BA2F2; }

 p { color: rgb(107,162,242); }

 H1.HeaderClassName
 {
   color: #6BA2F2;
 }
 .AnyTagClassName
 {
   color: #6BA2F2;
 }
</style>
background-color css

<style>
 a { background-color: #6BA2F2; }

 a { background-color: rgb(107,162,242); }

 div.DivClassName
 {
   background-color: #6BA2F2;
 }
 .BgClassName
 {
   background-color: #6BA2F2;
 }
</style>
border-color css

<style>
 span { border-color: #6BA2F2; }

 span { border-color: rgb(107,162,242); }

 td.TdClassName
 {
   border-color: #6BA2F2;
 }
 .TagClassName
 {
   border-color: #6BA2F2;
 }
</style>