#6DA2FB

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

Shades of Cornflower Blue #6DA2FB

Tints of Cornflower Blue #6DA2FB

Color information

#6DA2FB (or 0x6DA2FB) is unknown color: approx Cornflower Blue. HEX triplet: 6D, A2 and FB. RGB value is (109,162,251). Sum of RGB (Red+Green+Blue) = 109+162+251=522 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.88% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #6DA2FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DA2FB is #925D04. Grayscale: #9B9B9B. Windows color (decimal): -9592069 or 16491117. OLE color: 16491117.

HSL color Cylindrical-coordinate representation of color #6DA2FB: hue angle of 217.61º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DA2FB is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB109162251-
CMYK0.570.3500.02
HSL217.61º94.67%70.59%-
HSV(B)217.61º56.57%98.43%-
XYZ36.6436.0696.3-
YUV156.3181.4494.26-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.88%
GREEN value IS 162 (63.67% from 255) = 31.03%
BLUE value IS 251 (98.44% from 255) = 48.08%
R=20.88%
G=31.03%
B=48.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1091622510.570.3500.02217.6194.6770.59
Hex6DA2FB392302da5f47
Octal155242373714302332137107
Binary110110110100010111110111110011000110101101101010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,162,251); }

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

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

 a { background-color: rgb(109,162,251); }

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

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

 span { border-color: rgb(109,162,251); }

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