#6F83BC

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

Shades of Wild Blue Yonder #6F83BC

Tints of Wild Blue Yonder #6F83BC

Color information

#6F83BC (or 0x6F83BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 6F, 83 and BC. RGB value is (111,131,188). Sum of RGB (Red+Green+Blue) = 111+131+188=430 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.81% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F83BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F83BC is #907C43. Grayscale: #838383. Windows color (decimal): -9468996 or 12354415. OLE color: 12354415.

HSL color Cylindrical-coordinate representation of color #6F83BC: hue angle of 224.42º degrees, saturation: 0.36, 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 #6F83BC is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB111131188-
CMYK0.410.3000.26
HSL224.42º36.49%58.63%-
HSV(B)224.42º40.96%73.73%-
XYZ23.7523.2450.81-
YUV131.52159.87113.37-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.81%
GREEN value IS 131 (51.56% from 255) = 30.47%
BLUE value IS 188 (73.83% from 255) = 43.72%
R=25.81%
G=30.47%
B=43.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1111311880.410.3000.26224.4236.4958.63
Hex6F83BC291E01Ae0243b
Octal15720327451360323404473
Binary110111110000011101111001010011111001101011100000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F83BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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