Html Css Color HEX #6E7FBF Wild Blue Yonder

📋 copy color: '#6E7FBF'

red 110 ◦ green 127 ◦ blue 191

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

Shades of Wild Blue Yonder #6E7FBF

Tints of Wild Blue Yonder #6E7FBF

RGB

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

 GREEN value IS 127 (50% from 255) = 29.67%

 BLUE value IS 191 (75% from 255) = 44.63%

R = 25.7%
G = 29.67%
B = 44.63%

CMYK

 C value IS 0.42

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6E7FBF (or 0x6E7FBF) is known color: Wild Blue Yonder. HEX triplet: 6E, 7F and BF. RGB value is (110,127,191). Sum of RGB (Red+Green+Blue) = 110+127+191=428 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.70% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E7FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7FBF is #918040. Grayscale: #808080. Windows color (decimal): -9535553 or 12549998. OLE color: 12549998.

HSL color Cylindrical-coordinate representation of color #6E7FBF: hue angle of 227.41º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6E7FBF is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 110 127 191 -
CMYK 0.42 0.34 0 0.25
HSL 227.41º 0.39% 0.59% -
HSV(B) 227.41º 0.42% 0.75% -
XYZ 23.42 22.26 52.35 -
YUV 129.21 162.87 114.3 -
System Red Green Blue C M Y K H S L
Decimal 110 127 191 0.42 0.34 0 0.25 227.41 0.39 0.59
Hex 6E 7F BF 2A 22 0 19 E3 27 3B
Octal 156 177 277 52 42 0 31 343 47 73
Binary 1101110 1111111 10111111 101010 100010 0 11001 11100011 100111 111011

Color Harmonies of #6E7FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7FBF

Black with #6E7FBF

Text Example


Text Example

White with #6E7FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,127,191); }

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

background-color css

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

 a { background-color: rgb(110,127,191); }

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

border-color css

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

 span { border-color: rgb(110,127,191); }

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