#6F83BD

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

Shades of Wild Blue Yonder #6F83BD

Tints of Wild Blue Yonder #6F83BD

Color information

#6F83BD (or 0x6F83BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 6F, 83 and BD. RGB value is (111,131,189). Sum of RGB (Red+Green+Blue) = 111+131+189=431 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.75% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #6F83BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F83BD is #907C42. Grayscale: #838383. Windows color (decimal): -9468995 or 12419951. OLE color: 12419951.

HSL color Cylindrical-coordinate representation of color #6F83BD: hue angle of 224.62º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F83BD is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB111131189-
CMYK0.410.3100.26
HSL224.62º37.14%58.82%-
HSV(B)224.62º41.27%74.12%-
XYZ23.8623.2951.38-
YUV131.63160.37113.28-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.75%
GREEN value IS 131 (51.56% from 255) = 30.39%
BLUE value IS 189 (74.22% from 255) = 43.85%
R=25.75%
G=30.39%
B=43.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1111311890.410.3100.26224.6237.1458.82
Hex6F83BD291F01Ae1253b
Octal15720327551370323414573
Binary110111110000011101111011010011111101101011100001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F83BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,131,189); }

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

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

 a { background-color: rgb(111,131,189); }

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

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

 span { border-color: rgb(111,131,189); }

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