Html Css Color HEX #6B7EAA Ship Cove

📋 copy color: '#6B7EAA'

red 107 ◦ green 126 ◦ blue 170

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

Shades of Ship Cove #6B7EAA

Tints of Ship Cove #6B7EAA

RGB

 RED value IS 107 (42.19% from 255) = 26.55%

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

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

R = 26.55%
G = 31.27%
B = 42.18%

CMYK

 C value IS 0.37

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B7EAA (or 0x6B7EAA) is known color: Ship Cove. HEX triplet: 6B, 7E and AA. RGB value is (107,126,170). Sum of RGB (Red+Green+Blue) = 107+126+170=403 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.55% from 403); Green value is 126 (49.61% from 255 or 31.27% 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 #6B7EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7EAA is #948155. Grayscale: #7D7D7D. Windows color (decimal): -9732438 or 11173483. OLE color: 11173483.

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

Color convert

RGB 107 126 170 -
CMYK 0.37 0.26 0 0.33
HSL 221.9º 0.27% 0.54% -
HSV(B) 221.9º 0.37% 0.67% -
XYZ 20.78 20.95 40.98 -
YUV 125.34 153.21 114.92 -
System Red Green Blue C M Y K H S L
Decimal 107 126 170 0.37 0.26 0 0.33 221.9 0.27 0.54
Hex 6B 7E AA 25 1A 0 21 DE 1B 36
Octal 153 176 252 45 32 0 41 336 33 66
Binary 1101011 1111110 10101010 100101 11010 0 100001 11011110 11011 110110

Color Harmonies of #6B7EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7EAA

Black with #6B7EAA

Text Example


Text Example

White with #6B7EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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