Html Css Color HEX #6B7AA0 Ship Cove

📋 copy color: '#6B7AA0'

red 107 ◦ green 122 ◦ blue 160

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

Shades of Ship Cove #6B7AA0

Tints of Ship Cove #6B7AA0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.36%

 BLUE value IS 160 (62.89% from 255) = 41.13%

R = 27.51%
G = 31.36%
B = 41.13%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6B7AA0 (or 0x6B7AA0) is known color: Ship Cove. HEX triplet: 6B, 7A and A0. RGB value is (107,122,160). Sum of RGB (Red+Green+Blue) = 107+122+160=389 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.51% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 160 (62.89% from 255 or 41.13% from 389); Max value from RGB is 160 - color contains mainly: blue. Hex color #6B7AA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7AA0 is #94855F. Grayscale: #797979. Windows color (decimal): -9733472 or 10517099. OLE color: 10517099.

HSL color Cylindrical-coordinate representation of color #6B7AA0: hue angle of 223.02º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6B7AA0 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 107 122 160 -
CMYK 0.33 0.24 0 0.37
HSL 223.02º 0.22% 0.52% -
HSV(B) 223.02º 0.33% 0.63% -
XYZ 19.37 19.58 36.02 -
YUV 121.85 149.53 117.41 -
System Red Green Blue C M Y K H S L
Decimal 107 122 160 0.33 0.24 0 0.37 223.02 0.22 0.52
Hex 6B 7A A0 21 18 0 25 DF 16 34
Octal 153 172 240 41 30 0 45 337 26 64
Binary 1101011 1111010 10100000 100001 11000 0 100101 11011111 10110 110100

Color Harmonies of #6B7AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7AA0

Black with #6B7AA0

Text Example


Text Example

White with #6B7AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,122,160); }

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

background-color css

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

 a { background-color: rgb(107,122,160); }

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

border-color css

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

 span { border-color: rgb(107,122,160); }

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