Html Css Color HEX #6B8EED Cornflower Blue

📋 copy color: '#6B8EED'

red 107 ◦ green 142 ◦ blue 237

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

Shades of Cornflower Blue #6B8EED

Tints of Cornflower Blue #6B8EED

RGB

 RED value IS 107 (42.19% from 255) = 22.02%

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

 BLUE value IS 237 (92.97% from 255) = 48.77%

R = 22.02%
G = 29.22%
B = 48.77%

CMYK

 C value IS 0.55

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6B8EED (or 0x6B8EED) is known color: Cornflower Blue. HEX triplet: 6B, 8E and ED. RGB value is (107,142,237). Sum of RGB (Red+Green+Blue) = 107+142+237=486 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.02% from 486); Green value is 142 (55.86% from 255 or 29.22% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #6B8EED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B8EED is #947112. Grayscale: #8D8D8D. Windows color (decimal): -9728275 or 15568491. OLE color: 15568491.

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

Color convert

RGB 107 142 237 -
CMYK 0.55 0.40 0 0.07
HSL 223.85º 0.78% 0.67% -
HSV(B) 223.85º 0.55% 0.93% -
XYZ 31.02 28.59 84 -
YUV 142.37 181.4 102.78 -
System Red Green Blue C M Y K H S L
Decimal 107 142 237 0.55 0.40 0 0.07 223.85 0.78 0.67
Hex 6B 8E ED 37 28 0 7 E0 4E 43
Octal 153 216 355 67 50 0 7 340 116 103
Binary 1101011 10001110 11101101 110111 101000 0 111 11100000 1001110 1000011

Color Harmonies of #6B8EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8EED

Black with #6B8EED

Text Example


Text Example

White with #6B8EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,142,237); }

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

background-color css

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

 a { background-color: rgb(107,142,237); }

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

border-color css

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

 span { border-color: rgb(107,142,237); }

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