Html Css Color HEX #6C9CFB Cornflower Blue

📋 copy color: '#6C9CFB'

red 108 ◦ green 156 ◦ blue 251

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

Shades of Cornflower Blue #6C9CFB

Tints of Cornflower Blue #6C9CFB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.29%

 BLUE value IS 251 (98.44% from 255) = 48.74%

R = 20.97%
G = 30.29%
B = 48.74%

CMYK

 C value IS 0.57

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6C9CFB (or 0x6C9CFB) is known color: Cornflower Blue. HEX triplet: 6C, 9C and FB. RGB value is (108,156,251). Sum of RGB (Red+Green+Blue) = 108+156+251=515 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.97% from 515); Green value is 156 (61.33% from 255 or 30.29% 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 #6C9CFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C9CFB is #936304. Grayscale: #989898. Windows color (decimal): -9659141 or 16489580. OLE color: 16489580.

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

Color convert

RGB 108 156 251 -
CMYK 0.57 0.38 0 0.02
HSL 219.86º 0.95% 0.7% -
HSV(B) 219.86º 0.57% 0.98% -
XYZ 35.49 33.93 95.95 -
YUV 152.48 183.6 96.28 -
System Red Green Blue C M Y K H S L
Decimal 108 156 251 0.57 0.38 0 0.02 219.86 0.95 0.7
Hex 6C 9C FB 39 26 0 2 DC 5F 46
Octal 154 234 373 71 46 0 2 334 137 106
Binary 1101100 10011100 11111011 111001 100110 0 10 11011100 1011111 1000110

Color Harmonies of #6C9CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9CFB

Black with #6C9CFB

Text Example


Text Example

White with #6C9CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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