Html Css Color HEX #6C8BEB Cornflower Blue

📋 copy color: '#6C8BEB'

red 108 ◦ green 139 ◦ blue 235

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

Shades of Cornflower Blue #6C8BEB

Tints of Cornflower Blue #6C8BEB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.84%

 BLUE value IS 235 (92.19% from 255) = 48.76%

R = 22.41%
G = 28.84%
B = 48.76%

CMYK

 C value IS 0.54

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6C8BEB (or 0x6C8BEB) is known color: Cornflower Blue. HEX triplet: 6C, 8B and EB. RGB value is (108,139,235). Sum of RGB (Red+Green+Blue) = 108+139+235=482 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.41% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #6C8BEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C8BEB is #937414. Grayscale: #8C8C8C. Windows color (decimal): -9663509 or 15436652. OLE color: 15436652.

HSL color Cylindrical-coordinate representation of color #6C8BEB: hue angle of 225.35º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C8BEB is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 108 139 235 -
CMYK 0.54 0.41 0 0.08
HSL 225.35º 0.76% 0.67% -
HSV(B) 225.35º 0.54% 0.92% -
XYZ 30.41 27.65 82.33 -
YUV 140.68 181.23 104.69 -
System Red Green Blue C M Y K H S L
Decimal 108 139 235 0.54 0.41 0 0.08 225.35 0.76 0.67
Hex 6C 8B EB 36 29 0 8 E1 4C 43
Octal 154 213 353 66 51 0 10 341 114 103
Binary 1101100 10001011 11101011 110110 101001 0 1000 11100001 1001100 1000011

Color Harmonies of #6C8BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8BEB

Black with #6C8BEB

Text Example


Text Example

White with #6C8BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,139,235); }

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

background-color css

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

 a { background-color: rgb(108,139,235); }

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

border-color css

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

 span { border-color: rgb(108,139,235); }

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