Html Css Color HEX #6A7EBA Wild Blue Yonder

📋 copy color: '#6A7EBA'

red 106 ◦ green 126 ◦ blue 186

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

Shades of Wild Blue Yonder #6A7EBA

Tints of Wild Blue Yonder #6A7EBA

RGB

 RED value IS 106 (41.8% from 255) = 25.36%

 GREEN value IS 126 (49.61% from 255) = 30.14%

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

R = 25.36%
G = 30.14%
B = 44.5%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6A7EBA (or 0x6A7EBA) is known color: Wild Blue Yonder. HEX triplet: 6A, 7E and BA. RGB value is (106,126,186). Sum of RGB (Red+Green+Blue) = 106+126+186=418 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.36% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #6A7EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A7EBA is #958145. Grayscale: #7E7E7E. Windows color (decimal): -9797958 or 12222058. OLE color: 12222058.

HSL color Cylindrical-coordinate representation of color #6A7EBA: hue angle of 225º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6A7EBA is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 106 126 186 -
CMYK 0.43 0.32 0 0.27
HSL 225º 0.37% 0.57% -
HSV(B) 225º 0.43% 0.73% -
XYZ 22.27 21.53 49.44 -
YUV 126.86 161.37 113.12 -
System Red Green Blue C M Y K H S L
Decimal 106 126 186 0.43 0.32 0 0.27 225 0.37 0.57
Hex 6A 7E BA 2B 20 0 1B E1 25 39
Octal 152 176 272 53 40 0 33 341 45 71
Binary 1101010 1111110 10111010 101011 100000 0 11011 11100001 100101 111001

Color Harmonies of #6A7EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7EBA

Black with #6A7EBA

Text Example


Text Example

White with #6A7EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,126,186); }

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

background-color css

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

 a { background-color: rgb(106,126,186); }

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

border-color css

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

 span { border-color: rgb(106,126,186); }

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