Html Css Color HEX #6C96FC Cornflower Blue

📋 copy color: '#6C96FC'

red 108 ◦ green 150 ◦ blue 252

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

Shades of Cornflower Blue #6C96FC

Tints of Cornflower Blue #6C96FC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.41%

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

R = 21.18%
G = 29.41%
B = 49.41%

CMYK

 C value IS 0.57

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6C96FC (or 0x6C96FC) is known color: Cornflower Blue. HEX triplet: 6C, 96 and FC. RGB value is (108,150,252). Sum of RGB (Red+Green+Blue) = 108+150+252=510 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.18% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #6C96FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C96FC is #936903. Grayscale: #949494. Windows color (decimal): -9660676 or 16553580. OLE color: 16553580.

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

Color convert

RGB 108 150 252 -
CMYK 0.57 0.40 0 0.01
HSL 222.5º 0.96% 0.71% -
HSV(B) 222.5º 0.57% 0.99% -
XYZ 34.66 32.03 96.45 -
YUV 149.07 186.09 98.71 -
System Red Green Blue C M Y K H S L
Decimal 108 150 252 0.57 0.40 0 0.01 222.5 0.96 0.71
Hex 6C 96 FC 39 28 0 1 DE 60 47
Octal 154 226 374 71 50 0 1 336 140 107
Binary 1101100 10010110 11111100 111001 101000 0 1 11011110 1100000 1000111

Color Harmonies of #6C96FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C96FC

Black with #6C96FC

Text Example


Text Example

White with #6C96FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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