#6D86CC

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

Shades of Wild Blue Yonder #6D86CC

Tints of Wild Blue Yonder #6D86CC

Color information

#6D86CC (or 0x6D86CC) is unknown color: approx Wild Blue Yonder. HEX triplet: 6D, 86 and CC. RGB value is (109,134,204). Sum of RGB (Red+Green+Blue) = 109+134+204=447 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.38% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #6D86CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D86CC is #927933. Grayscale: #868686. Windows color (decimal): -9599284 or 13403757. OLE color: 13403757.

HSL color Cylindrical-coordinate representation of color #6D86CC: hue angle of 224.21º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D86CC is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB109134204-
CMYK0.470.3400.2
HSL224.21º48.22%61.37%-
HSV(B)224.21º46.57%80%-
XYZ25.7324.6660.53-
YUV134.5167.22109.81-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.38%
GREEN value IS 134 (52.73% from 255) = 29.98%
BLUE value IS 204 (80.08% from 255) = 45.64%
R=24.38%
G=29.98%
B=45.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1091342040.470.3400.2224.2148.2261.37
Hex6D86CC2F22014e0303d
Octal15520631457420243406075
Binary1101101100001101100110010111110001001010011100000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D86CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,134,204); }

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

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

 a { background-color: rgb(109,134,204); }

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

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

 span { border-color: rgb(109,134,204); }

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