Html Css Color HEX #6C7DAA Ship Cove

📋 copy color: '#6C7DAA'

red 108 ◦ green 125 ◦ blue 170

#6C7DAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ship Cove #6C7DAA

Tints of Ship Cove #6C7DAA

RGB

 RED value IS 108 (42.58% from 255) = 26.8%

 GREEN value IS 125 (49.22% from 255) = 31.02%

 BLUE value IS 170 (66.8% from 255) = 42.18%

R = 26.8%
G = 31.02%
B = 42.18%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C7DAA (or 0x6C7DAA) is known color: Ship Cove. HEX triplet: 6C, 7D and AA. RGB value is (108,125,170). Sum of RGB (Red+Green+Blue) = 108+125+170=403 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.80% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #6C7DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7DAA is #938255. Grayscale: #7C7C7C. Windows color (decimal): -9667158 or 11173228. OLE color: 11173228.

HSL color Cylindrical-coordinate representation of color #6C7DAA: hue angle of 223.55º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6C7DAA is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 108 125 170 -
CMYK 0.36 0.26 0 0.33
HSL 223.55º 0.27% 0.55% -
HSV(B) 223.55º 0.36% 0.67% -
XYZ 20.77 20.76 40.94 -
YUV 125.05 153.37 115.84 -
System Red Green Blue C M Y K H S L
Decimal 108 125 170 0.36 0.26 0 0.33 223.55 0.27 0.55
Hex 6C 7D AA 24 1A 0 21 E0 1B 37
Octal 154 175 252 44 32 0 41 340 33 67
Binary 1101100 1111101 10101010 100100 11010 0 100001 11100000 11011 110111

Color Harmonies of #6C7DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7DAA

Black with #6C7DAA

Text Example


Text Example

White with #6C7DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6C7DAA;
 }
 .AnyTagClassName
 {
   color: #6C7DAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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