#6F84BC

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

Shades of Wild Blue Yonder #6F84BC

Tints of Wild Blue Yonder #6F84BC

Color information

#6F84BC (or 0x6F84BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 6F, 84 and BC. RGB value is (111,132,188). Sum of RGB (Red+Green+Blue) = 111+132+188=431 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.75% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F84BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F84BC is #907B43. Grayscale: #838383. Windows color (decimal): -9468740 or 12354671. OLE color: 12354671.

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

Color convert

RGB111132188-
CMYK0.410.3000.26
HSL223.64º36.49%58.63%-
HSV(B)223.64º40.96%73.73%-
XYZ23.8823.5150.86-
YUV132.11159.54112.95-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.75%
GREEN value IS 132 (51.95% from 255) = 30.63%
BLUE value IS 188 (73.83% from 255) = 43.62%
R=25.75%
G=30.63%
B=43.62%

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
Decimal1111321880.410.3000.26223.6436.4958.63
Hex6F84BC291E01Ae0243b
Octal15720427451360323404473
Binary110111110000100101111001010011111001101011100000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F84BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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