Html Css Color HEX #6C8CFC Cornflower Blue

📋 copy color: '#6C8CFC'

red 108 ◦ green 140 ◦ blue 252

#6C8CFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #6C8CFC

Tints of Cornflower Blue #6C8CFC

RGB

 RED value IS 108 (42.58% from 255) = 21.6%

 GREEN value IS 140 (55.08% from 255) = 28%

 BLUE value IS 252 (98.83% from 255) = 50.4%

R = 21.6%
G = 28%
B = 50.4%

CMYK

 C value IS 0.57

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6C8CFC (or 0x6C8CFC) is known color: Cornflower Blue. HEX triplet: 6C, 8C and FC. RGB value is (108,140,252). Sum of RGB (Red+Green+Blue) = 108+140+252=500 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.6% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #6C8CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C8CFC is #937303. Grayscale: #8E8E8E. Windows color (decimal): -9663236 or 16551020. OLE color: 16551020.

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

Color convert

RGB 108 140 252 -
CMYK 0.57 0.44 0 0.01
HSL 226.67º 0.96% 0.71% -
HSV(B) 226.67º 0.57% 0.99% -
XYZ 33.13 28.97 95.94 -
YUV 143.2 189.4 102.89 -
System Red Green Blue C M Y K H S L
Decimal 108 140 252 0.57 0.44 0 0.01 226.67 0.96 0.71
Hex 6C 8C FC 39 2C 0 1 E3 60 47
Octal 154 214 374 71 54 0 1 343 140 107
Binary 1101100 10001100 11111100 111001 101100 0 1 11100011 1100000 1000111

Color Harmonies of #6C8CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8CFC

Black with #6C8CFC

Text Example


Text Example

White with #6C8CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,140,252); }

 H1.HeaderClassName
 {
   color: #6C8CFC;
 }
 .AnyTagClassName
 {
   color: #6C8CFC;
 }
</style>

background-color css

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

 a { background-color: rgb(108,140,252); }

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

border-color css

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

 span { border-color: rgb(108,140,252); }

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