Html Css Color HEX #6C7EAA Ship Cove

📋 copy color: '#6C7EAA'

red 108 ◦ green 126 ◦ blue 170

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

Shades of Ship Cove #6C7EAA

Tints of Ship Cove #6C7EAA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.19%

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

R = 26.73%
G = 31.19%
B = 42.08%

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

#6C7EAA (or 0x6C7EAA) is known color: Ship Cove. HEX triplet: 6C, 7E and AA. RGB value is (108,126,170). Sum of RGB (Red+Green+Blue) = 108+126+170=404 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.73% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #6C7EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7EAA is #938155. Grayscale: #7D7D7D. Windows color (decimal): -9666902 or 11173484. OLE color: 11173484.

HSL color Cylindrical-coordinate representation of color #6C7EAA: hue angle of 222.58º 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 #6C7EAA is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 108 126 170 -
CMYK 0.36 0.26 0 0.33
HSL 222.58º 0.27% 0.55% -
HSV(B) 222.58º 0.36% 0.67% -
XYZ 20.9 21.01 40.98 -
YUV 125.63 153.04 115.42 -
System Red Green Blue C M Y K H S L
Decimal 108 126 170 0.36 0.26 0 0.33 222.58 0.27 0.55
Hex 6C 7E AA 24 1A 0 21 DF 1B 37
Octal 154 176 252 44 32 0 41 337 33 67
Binary 1101100 1111110 10101010 100100 11010 0 100001 11011111 11011 110111

Color Harmonies of #6C7EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7EAA

Black with #6C7EAA

Text Example


Text Example

White with #6C7EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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