Html Css Color HEX #6C8DEC Cornflower Blue

📋 copy color: '#6C8DEC'

red 108 ◦ green 141 ◦ blue 236

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

Shades of Cornflower Blue #6C8DEC

Tints of Cornflower Blue #6C8DEC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.07%

 BLUE value IS 236 (92.58% from 255) = 48.66%

R = 22.27%
G = 29.07%
B = 48.66%

CMYK

 C value IS 0.54

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6C8DEC (or 0x6C8DEC) is known color: Cornflower Blue. HEX triplet: 6C, 8D and EC. RGB value is (108,141,236). Sum of RGB (Red+Green+Blue) = 108+141+236=485 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.27% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #6C8DEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C8DEC is #937213. Grayscale: #8D8D8D. Windows color (decimal): -9662996 or 15502700. OLE color: 15502700.

HSL color Cylindrical-coordinate representation of color #6C8DEC: hue angle of 224.53º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C8DEC is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 108 141 236 -
CMYK 0.54 0.40 0 0.07
HSL 224.53º 0.77% 0.67% -
HSV(B) 224.53º 0.54% 0.93% -
XYZ 30.85 28.29 83.19 -
YUV 141.96 181.07 103.78 -
System Red Green Blue C M Y K H S L
Decimal 108 141 236 0.54 0.40 0 0.07 224.53 0.77 0.67
Hex 6C 8D EC 36 28 0 7 E1 4D 43
Octal 154 215 354 66 50 0 7 341 115 103
Binary 1101100 10001101 11101100 110110 101000 0 111 11100001 1001101 1000011

Color Harmonies of #6C8DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8DEC

Black with #6C8DEC

Text Example


Text Example

White with #6C8DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,141,236); }

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

background-color css

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

 a { background-color: rgb(108,141,236); }

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

border-color css

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

 span { border-color: rgb(108,141,236); }

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