Html Css Color HEX #6D8EFF Cornflower Blue

📋 copy color: '#6D8EFF'

red 109 ◦ green 142 ◦ blue 255

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

Shades of Cornflower Blue #6D8EFF

Tints of Cornflower Blue #6D8EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.4%

R = 21.54%
G = 28.06%
B = 50.4%

CMYK

 C value IS 0.57

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6D8EFF (or 0x6D8EFF) is known color: Cornflower Blue. HEX triplet: 6D, 8E and FF. RGB value is (109,142,255). Sum of RGB (Red+Green+Blue) = 109+142+255=506 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.54% from 506); Green value is 142 (55.86% from 255 or 28.06% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D8EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D8EFF is #927100. Grayscale: #909090. Windows color (decimal): -9597185 or 16748141. OLE color: 16748141.

HSL color Cylindrical-coordinate representation of color #6D8EFF: hue angle of 226.44º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D8EFF is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 109 142 255 -
CMYK 0.57 0.44 0 0
HSL 226.44º 1% 0.71% -
HSV(B) 226.44º 0.57% 1% -
XYZ 34.03 29.82 98.57 -
YUV 145.02 190.07 102.31 -
System Red Green Blue C M Y K H S L
Decimal 109 142 255 0.57 0.44 0 0 226.44 1 0.71
Hex 6D 8E FF 39 2C 0 0 E2 64 47
Octal 155 216 377 71 54 0 0 342 144 107
Binary 1101101 10001110 11111111 111001 101100 0 0 11100010 1100100 1000111

Color Harmonies of #6D8EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8EFF

Black with #6D8EFF

Text Example


Text Example

White with #6D8EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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