Html Css Color HEX #6E81CD Wild Blue Yonder

📋 copy color: '#6E81CD'

red 110 ◦ green 129 ◦ blue 205

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

Shades of Wild Blue Yonder #6E81CD

Tints of Wild Blue Yonder #6E81CD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.05%

 BLUE value IS 205 (80.47% from 255) = 46.17%

R = 24.77%
G = 29.05%
B = 46.17%

CMYK

 C value IS 0.46

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6E81CD (or 0x6E81CD) is known color: Wild Blue Yonder. HEX triplet: 6E, 81 and CD. RGB value is (110,129,205). Sum of RGB (Red+Green+Blue) = 110+129+205=444 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.77% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E81CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E81CD is #917E32. Grayscale: #838383. Windows color (decimal): -9535027 or 13468014. OLE color: 13468014.

HSL color Cylindrical-coordinate representation of color #6E81CD: hue angle of 228º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E81CD is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 110 129 205 -
CMYK 0.46 0.37 0 0.20
HSL 228º 0.49% 0.62% -
HSV(B) 228º 0.46% 0.8% -
XYZ 25.3 23.42 60.95 -
YUV 131.98 169.21 112.32 -
System Red Green Blue C M Y K H S L
Decimal 110 129 205 0.46 0.37 0 0.20 228 0.49 0.62
Hex 6E 81 CD 2E 25 0 14 E4 31 3E
Octal 156 201 315 56 45 0 24 344 61 76
Binary 1101110 10000001 11001101 101110 100101 0 10100 11100100 110001 111110

Color Harmonies of #6E81CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E81CD

Black with #6E81CD

Text Example


Text Example

White with #6E81CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,129,205); }

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

background-color css

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

 a { background-color: rgb(110,129,205); }

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

border-color css

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

 span { border-color: rgb(110,129,205); }

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