#6B7EBE

Color #6B7EBE Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #6B7EBE

Tints of Wild Blue Yonder #6B7EBE

Color information

#6B7EBE (or 0x6B7EBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 6B, 7E and BE. RGB value is (107,126,190). Sum of RGB (Red+Green+Blue) = 107+126+190=423 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.30% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B7EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B7EBE is #948141. Grayscale: #7F7F7F. Windows color (decimal): -9732418 or 12484203. OLE color: 12484203.

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

Color convert

RGB107126190-
CMYK0.440.3400.25
HSL226.27º38.97%58.24%-
HSV(B)226.27º43.68%74.51%-
XYZ22.8221.7751.71-
YUV127.61163.21113.3-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.30%
GREEN value IS 126 (49.61% from 255) = 29.79%
BLUE value IS 190 (74.61% from 255) = 44.92%
R=25.30%
G=29.79%
B=44.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1071261900.440.3400.25226.2738.9758.24
Hex6B7EBE2C22019e2273a
Octal15317627654420313424772
Binary110101111111101011111010110010001001100111100010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,126,190); }

 H1.HeaderClassName
 {
   color: #6B7EBE;
 }
 .AnyTagClassName
 {
   color: #6B7EBE;
 }
</style>
background-color css

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

 a { background-color: rgb(107,126,190); }

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

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

 span { border-color: rgb(107,126,190); }

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