#6B7DAE

Color #6B7DAE Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #6B7DAE

Tints of Ship Cove #6B7DAE

Color information

#6B7DAE (or 0x6B7DAE) is unknown color: approx Ship Cove. HEX triplet: 6B, 7D and AE. RGB value is (107,125,174). Sum of RGB (Red+Green+Blue) = 107+125+174=406 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.35% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B7DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7DAE is #948251. Grayscale: #7C7C7C. Windows color (decimal): -9732690 or 11435371. OLE color: 11435371.

HSL color Cylindrical-coordinate representation of color #6B7DAE: hue angle of 223.88º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B7DAE is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB107125174-
CMYK0.390.2800.32
HSL223.88º29.26%55.1%-
HSV(B)223.88º38.51%68.24%-
XYZ21.0420.8542.96-
YUV125.2155.54115.02-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.35%
GREEN value IS 125 (49.22% from 255) = 30.79%
BLUE value IS 174 (68.36% from 255) = 42.86%
R=26.35%
G=30.79%
B=42.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1071251740.390.2800.32223.8829.2655.1
Hex6B7DAE271C020e01d37
Octal15317525647340403403567
Binary11010111111101101011101001111110001000001110000011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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