Html Css Color HEX #6E7DBA Wild Blue Yonder

📋 copy color: '#6E7DBA'

red 110 ◦ green 125 ◦ blue 186

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

Shades of Wild Blue Yonder #6E7DBA

Tints of Wild Blue Yonder #6E7DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.18%

R = 26.13%
G = 29.69%
B = 44.18%

CMYK

 C value IS 0.41

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6E7DBA (or 0x6E7DBA) is known color: Wild Blue Yonder. HEX triplet: 6E, 7D and BA. RGB value is (110,125,186). Sum of RGB (Red+Green+Blue) = 110+125+186=421 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.13% from 421); Green value is 125 (49.22% from 255 or 29.69% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E7DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7DBA is #918245. Grayscale: #7F7F7F. Windows color (decimal): -9536070 or 12221806. OLE color: 12221806.

HSL color Cylindrical-coordinate representation of color #6E7DBA: hue angle of 228.16º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6E7DBA is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 110 125 186 -
CMYK 0.41 0.33 0 0.27
HSL 228.16º 0.36% 0.58% -
HSV(B) 228.16º 0.41% 0.73% -
XYZ 22.63 21.53 49.42 -
YUV 127.47 161.03 115.54 -
System Red Green Blue C M Y K H S L
Decimal 110 125 186 0.41 0.33 0 0.27 228.16 0.36 0.58
Hex 6E 7D BA 29 21 0 1B E4 24 3A
Octal 156 175 272 51 41 0 33 344 44 72
Binary 1101110 1111101 10111010 101001 100001 0 11011 11100100 100100 111010

Color Harmonies of #6E7DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7DBA

Black with #6E7DBA

Text Example


Text Example

White with #6E7DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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