#6C97FB

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

Shades of Cornflower Blue #6C97FB

Tints of Cornflower Blue #6C97FB

Color information

#6C97FB (or 0x6C97FB) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 97 and FB. RGB value is (108,151,251). Sum of RGB (Red+Green+Blue) = 108+151+251=510 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.18% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #6C97FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C97FB is #936804. Grayscale: #959595. Windows color (decimal): -9660421 or 16488300. OLE color: 16488300.

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

Color convert

RGB108151251-
CMYK0.570.4000.02
HSL221.96º94.7%70.39%-
HSV(B)221.96º56.97%98.43%-
XYZ34.6632.2995.67-
YUV149.54185.2598.37-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.18%
GREEN value IS 151 (59.38% from 255) = 29.61%
BLUE value IS 251 (98.44% from 255) = 49.22%
R=21.18%
G=29.61%
B=49.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1081512510.570.4000.02221.9694.770.39
Hex6C97FB392802de5f46
Octal154227373715002336137106
Binary110110010010111111110111110011010000101101111010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C97FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,151,251); }

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

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

 a { background-color: rgb(108,151,251); }

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

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

 span { border-color: rgb(108,151,251); }

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