Html Css Color HEX #6E7DD6 Wild Blue Yonder

📋 copy color: '#6E7DD6'

red 110 ◦ green 125 ◦ blue 214

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

Shades of Wild Blue Yonder #6E7DD6

Tints of Wild Blue Yonder #6E7DD6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.84%

 BLUE value IS 214 (83.98% from 255) = 47.66%

R = 24.5%
G = 27.84%
B = 47.66%

CMYK

 C value IS 0.49

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6E7DD6 (or 0x6E7DD6) is known color: Wild Blue Yonder. HEX triplet: 6E, 7D and D6. RGB value is (110,125,214). Sum of RGB (Red+Green+Blue) = 110+125+214=449 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.50% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 214 (83.98% from 255 or 47.66% from 449); Max value from RGB is 214 - color contains mainly: blue. Hex color #6E7DD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7DD6 is #918229. Grayscale: #828282. Windows color (decimal): -9536042 or 14056814. OLE color: 14056814.

HSL color Cylindrical-coordinate representation of color #6E7DD6: hue angle of 231.35º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E7DD6 is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 110 125 214 -
CMYK 0.49 0.42 0 0.16
HSL 231.35º 0.56% 0.64% -
HSV(B) 231.35º 0.49% 0.84% -
XYZ 25.9 22.84 66.66 -
YUV 130.66 175.03 113.26 -
System Red Green Blue C M Y K H S L
Decimal 110 125 214 0.49 0.42 0 0.16 231.35 0.56 0.64
Hex 6E 7D D6 31 2A 0 10 E7 38 40
Octal 156 175 326 61 52 0 20 347 70 100
Binary 1101110 1111101 11010110 110001 101010 0 10000 11100111 111000 1000000

Color Harmonies of #6E7DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7DD6

Black with #6E7DD6

Text Example


Text Example

White with #6E7DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,125,214); }

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

background-color css

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

 a { background-color: rgb(110,125,214); }

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

border-color css

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

 span { border-color: rgb(110,125,214); }

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