#6B80BB

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

Shades of Wild Blue Yonder #6B80BB

Tints of Wild Blue Yonder #6B80BB

Color information

#6B80BB (or 0x6B80BB) is unknown color: approx Wild Blue Yonder. HEX triplet: 6B, 80 and BB. RGB value is (107,128,187). Sum of RGB (Red+Green+Blue) = 107+128+187=422 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.36% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 187 - color contains mainly: blue. Hex color #6B80BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B80BB is #947F44. Grayscale: #808080. Windows color (decimal): -9731909 or 12288107. OLE color: 12288107.

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

Color convert

RGB107128187-
CMYK0.430.3200.27
HSL224.25º37.04%57.65%-
HSV(B)224.25º42.78%73.33%-
XYZ22.7522.1550.09-
YUV128.45161.04112.7-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.36%
GREEN value IS 128 (50.39% from 255) = 30.33%
BLUE value IS 187 (73.44% from 255) = 44.31%
R=25.36%
G=30.33%
B=44.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1071281870.430.3200.27224.2537.0457.65
Hex6B80BB2B2001Be0253a
Octal15320027353400333404572
Binary1101011100000001011101110101110000001101111100000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B80BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,128,187); }

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

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

 a { background-color: rgb(107,128,187); }

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

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

 span { border-color: rgb(107,128,187); }

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