#6B7DC6

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

Shades of Wild Blue Yonder #6B7DC6

Tints of Wild Blue Yonder #6B7DC6

Color information

#6B7DC6 (or 0x6B7DC6) is unknown color: approx Wild Blue Yonder. HEX triplet: 6B, 7D and C6. RGB value is (107,125,198). Sum of RGB (Red+Green+Blue) = 107+125+198=430 (56% of max value = 765). Red value is 107 (42.19% from 255 or 24.88% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 198 (77.73% from 255 or 46.05% from 430); Max value from RGB is 198 - color contains mainly: blue. Hex color #6B7DC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B7DC6 is #948239. Grayscale: #7F7F7F. Windows color (decimal): -9732666 or 13008235. OLE color: 13008235.

HSL color Cylindrical-coordinate representation of color #6B7DC6: hue angle of 228.13º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6B7DC6 is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB107125198-
CMYK0.460.3700.22
HSL228.13º44.39%59.8%-
HSV(B)228.13º45.96%77.65%-
XYZ23.5921.8756.4-
YUV127.94167.54113.06-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.88%
GREEN value IS 125 (49.22% from 255) = 29.07%
BLUE value IS 198 (77.73% from 255) = 46.05%
R=24.88%
G=29.07%
B=46.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1071251980.460.3700.22228.1344.3959.8
Hex6B7DC62E25016e42c3c
Octal15317530656450263445474
Binary110101111111011100011010111010010101011011100100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,125,198); }

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

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

 a { background-color: rgb(107,125,198); }

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

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

 span { border-color: rgb(107,125,198); }

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