#6C84BE

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

Shades of Wild Blue Yonder #6C84BE

Tints of Wild Blue Yonder #6C84BE

Color information

#6C84BE (or 0x6C84BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 6C, 84 and BE. RGB value is (108,132,190). Sum of RGB (Red+Green+Blue) = 108+132+190=430 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.12% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C84BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C84BE is #937B41. Grayscale: #838383. Windows color (decimal): -9665346 or 12485740. OLE color: 12485740.

HSL color Cylindrical-coordinate representation of color #6C84BE: hue angle of 222.44º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6C84BE is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB108132190-
CMYK0.430.3100.25
HSL222.44º38.68%58.43%-
HSV(B)222.44º43.16%74.51%-
XYZ23.7323.4151.98-
YUV131.44161.05111.28-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.12%
GREEN value IS 132 (51.95% from 255) = 30.70%
BLUE value IS 190 (74.61% from 255) = 44.19%
R=25.12%
G=30.70%
B=44.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081321900.430.3100.25222.4438.6858.43
Hex6C84BE2B1F019de273a
Octal15420427653370313364772
Binary110110010000100101111101010111111101100111011110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C84BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,132,190); }

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

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

 a { background-color: rgb(108,132,190); }

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

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

 span { border-color: rgb(108,132,190); }

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