Html Css Color HEX #6D8EEB Cornflower Blue

📋 copy color: '#6D8EEB'

red 109 ◦ green 142 ◦ blue 235

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

Shades of Cornflower Blue #6D8EEB

Tints of Cornflower Blue #6D8EEB

RGB

 RED value IS 109 (42.97% from 255) = 22.43%

 GREEN value IS 142 (55.86% from 255) = 29.22%

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

R = 22.43%
G = 29.22%
B = 48.35%

CMYK

 C value IS 0.54

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6D8EEB (or 0x6D8EEB) is known color: Cornflower Blue. HEX triplet: 6D, 8E and EB. RGB value is (109,142,235). Sum of RGB (Red+Green+Blue) = 109+142+235=486 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.43% from 486); Green value is 142 (55.86% from 255 or 29.22% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #6D8EEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D8EEB is #927114. Grayscale: #8E8E8E. Windows color (decimal): -9597205 or 15437421. OLE color: 15437421.

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

Color convert

RGB 109 142 235 -
CMYK 0.54 0.40 0 0.08
HSL 224.29º 0.76% 0.67% -
HSV(B) 224.29º 0.54% 0.92% -
XYZ 30.98 28.6 82.48 -
YUV 142.74 180.07 103.94 -
System Red Green Blue C M Y K H S L
Decimal 109 142 235 0.54 0.40 0 0.08 224.29 0.76 0.67
Hex 6D 8E EB 36 28 0 8 E0 4C 43
Octal 155 216 353 66 50 0 10 340 114 103
Binary 1101101 10001110 11101011 110110 101000 0 1000 11100000 1001100 1000011

Color Harmonies of #6D8EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8EEB

Black with #6D8EEB

Text Example


Text Example

White with #6D8EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,142,235); }

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

background-color css

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

 a { background-color: rgb(109,142,235); }

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

border-color css

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

 span { border-color: rgb(109,142,235); }

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