#6D9BFB

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

Shades of Cornflower Blue #6D9BFB

Tints of Cornflower Blue #6D9BFB

Color information

#6D9BFB (or 0x6D9BFB) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 9B and FB. RGB value is (109,155,251). Sum of RGB (Red+Green+Blue) = 109+155+251=515 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.17% from 515); Green value is 155 (60.94% from 255 or 30.10% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #6D9BFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D9BFB is #926404. Grayscale: #979797. Windows color (decimal): -9593861 or 16489325. OLE color: 16489325.

HSL color Cylindrical-coordinate representation of color #6D9BFB: hue angle of 220.56º 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 #6D9BFB is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB109155251-
CMYK0.570.3800.02
HSL220.56º94.67%70.59%-
HSV(B)220.56º56.57%98.43%-
XYZ35.4433.6695.9-
YUV152.19183.7697.19-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.17%
GREEN value IS 155 (60.94% from 255) = 30.10%
BLUE value IS 251 (98.44% from 255) = 48.74%
R=21.17%
G=30.10%
B=48.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1091552510.570.3800.02220.5694.6770.59
Hex6D9BFB392602dd5f47
Octal155233373714602335137107
Binary110110110011011111110111110011001100101101110110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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