#6B85CC

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

Shades of Wild Blue Yonder #6B85CC

Tints of Wild Blue Yonder #6B85CC

Color information

#6B85CC (or 0x6B85CC) is unknown color: approx Wild Blue Yonder. HEX triplet: 6B, 85 and CC. RGB value is (107,133,204). Sum of RGB (Red+Green+Blue) = 107+133+204=444 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.10% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B85CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B85CC is #947A33. Grayscale: #858585. Windows color (decimal): -9730612 or 13403499. OLE color: 13403499.

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

Color convert

RGB107133204-
CMYK0.480.3500.2
HSL223.92º48.74%60.98%-
HSV(B)223.92º47.55%80%-
XYZ25.3524.2660.47-
YUV133.32167.89109.23-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.10%
GREEN value IS 133 (52.34% from 255) = 29.95%
BLUE value IS 204 (80.08% from 255) = 45.95%
R=24.10%
G=29.95%
B=45.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1071332040.480.3500.2223.9248.7460.98
Hex6B85CC3023014e0313d
Octal15320531460430243406175
Binary1101011100001011100110011000010001101010011100000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B85CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,133,204); }

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

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

 a { background-color: rgb(107,133,204); }

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

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

 span { border-color: rgb(107,133,204); }

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