#6B7FBE

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

Shades of Wild Blue Yonder #6B7FBE

Tints of Wild Blue Yonder #6B7FBE

Color information

#6B7FBE (or 0x6B7FBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 6B, 7F and BE. RGB value is (107,127,190). Sum of RGB (Red+Green+Blue) = 107+127+190=424 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.24% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B7FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B7FBE is #948041. Grayscale: #7F7F7F. Windows color (decimal): -9732162 or 12484459. OLE color: 12484459.

HSL color Cylindrical-coordinate representation of color #6B7FBE: hue angle of 225.54º 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 #6B7FBE is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB107127190-
CMYK0.440.3300.25
HSL225.54º38.97%58.24%-
HSV(B)225.54º43.68%74.51%-
XYZ22.9522.0251.76-
YUV128.2162.87112.88-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.24%
GREEN value IS 127 (50% from 255) = 29.95%
BLUE value IS 190 (74.61% from 255) = 44.81%
R=25.24%
G=29.95%
B=44.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1071271900.440.3300.25225.5438.9758.24
Hex6B7FBE2C21019e2273a
Octal15317727654410313424772
Binary110101111111111011111010110010000101100111100010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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