Html Css Color HEX #6E8DCF Wild Blue Yonder

📋 copy color: '#6E8DCF'

red 110 ◦ green 141 ◦ blue 207

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

Shades of Wild Blue Yonder #6E8DCF

Tints of Wild Blue Yonder #6E8DCF

RGB

 RED value IS 110 (43.36% from 255) = 24.02%

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

 BLUE value IS 207 (81.25% from 255) = 45.2%

R = 24.02%
G = 30.79%
B = 45.2%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E8DCF (or 0x6E8DCF) is known color: Wild Blue Yonder. HEX triplet: 6E, 8D and CF. RGB value is (110,141,207). Sum of RGB (Red+Green+Blue) = 110+141+207=458 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.02% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E8DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8DCF is #917230. Grayscale: #8A8A8A. Windows color (decimal): -9531953 or 13602158. OLE color: 13602158.

HSL color Cylindrical-coordinate representation of color #6E8DCF: hue angle of 220.82º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E8DCF is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 110 141 207 -
CMYK 0.47 0.32 0 0.19
HSL 220.82º 0.5% 0.62% -
HSV(B) 220.82º 0.47% 0.81% -
XYZ 27.22 26.87 62.78 -
YUV 139.26 166.23 107.13 -
System Red Green Blue C M Y K H S L
Decimal 110 141 207 0.47 0.32 0 0.19 220.82 0.5 0.62
Hex 6E 8D CF 2F 20 0 13 DD 32 3E
Octal 156 215 317 57 40 0 23 335 62 76
Binary 1101110 10001101 11001111 101111 100000 0 10011 11011101 110010 111110

Color Harmonies of #6E8DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8DCF

Black with #6E8DCF

Text Example


Text Example

White with #6E8DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,141,207); }

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

background-color css

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

 a { background-color: rgb(110,141,207); }

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

border-color css

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

 span { border-color: rgb(110,141,207); }

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