#6C7DBE

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

Shades of Wild Blue Yonder #6C7DBE

Tints of Wild Blue Yonder #6C7DBE

Color information

#6C7DBE (or 0x6C7DBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 6C, 7D and BE. RGB value is (108,125,190). Sum of RGB (Red+Green+Blue) = 108+125+190=423 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.53% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C7DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C7DBE is #938241. Grayscale: #7F7F7F. Windows color (decimal): -9667138 or 12483948. OLE color: 12483948.

HSL color Cylindrical-coordinate representation of color #6C7DBE: hue angle of 227.56º 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 #6C7DBE is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB108125190-
CMYK0.430.3400.25
HSL227.56º38.68%58.43%-
HSV(B)227.56º43.16%74.51%-
XYZ22.8121.5751.68-
YUV127.33163.37114.21-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.53%
GREEN value IS 125 (49.22% from 255) = 29.55%
BLUE value IS 190 (74.61% from 255) = 44.92%
R=25.53%
G=29.55%
B=44.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081251900.430.3400.25227.5638.6858.43
Hex6C7DBE2B22019e4273a
Octal15417527653420313444772
Binary110110011111011011111010101110001001100111100100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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