#6B99FC

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

Shades of Cornflower Blue #6B99FC

Tints of Cornflower Blue #6B99FC

Color information

#6B99FC (or 0x6B99FC) is unknown color: approx Cornflower Blue. HEX triplet: 6B, 99 and FC. RGB value is (107,153,252). Sum of RGB (Red+Green+Blue) = 107+153+252=512 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.90% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B99FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B99FC is #946603. Grayscale: #969696. Windows color (decimal): -9725444 or 16554347. OLE color: 16554347.

HSL color Cylindrical-coordinate representation of color #6B99FC: hue angle of 220.97º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B99FC is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB107153252-
CMYK0.580.3900.01
HSL220.97º96.03%70.39%-
HSV(B)220.97º57.54%98.82%-
XYZ35.0332.9496.61-
YUV150.53185.2696.95-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.90%
GREEN value IS 153 (60.16% from 255) = 29.88%
BLUE value IS 252 (98.83% from 255) = 49.22%
R=20.90%
G=29.88%
B=49.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1071532520.580.3900.01220.9796.0370.39
Hex6B99FC3A2701dd6046
Octal153231374724701335140106
Binary11010111001100111111100111010100111011101110111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B99FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,153,252); }

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

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

 a { background-color: rgb(107,153,252); }

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

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

 span { border-color: rgb(107,153,252); }

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