#6D84BC

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

Shades of Wild Blue Yonder #6D84BC

Tints of Wild Blue Yonder #6D84BC

Color information

#6D84BC (or 0x6D84BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 6D, 84 and BC. RGB value is (109,132,188). Sum of RGB (Red+Green+Blue) = 109+132+188=429 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.41% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D84BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D84BC is #927B43. Grayscale: #838383. Windows color (decimal): -9599812 or 12354669. OLE color: 12354669.

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

Color convert

RGB109132188-
CMYK0.420.3000.26
HSL222.53º37.09%58.24%-
HSV(B)222.53º42.02%73.73%-
XYZ23.6423.3850.84-
YUV131.51159.88111.95-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.41%
GREEN value IS 132 (51.95% from 255) = 30.77%
BLUE value IS 188 (73.83% from 255) = 43.82%
R=25.41%
G=30.77%
B=43.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1091321880.420.3000.26222.5337.0958.24
Hex6D84BC2A1E01Adf253a
Octal15520427452360323374572
Binary110110110000100101111001010101111001101011011111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D84BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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