Html Css Color HEX #6B7AA2 Ship Cove

📋 copy color: '#6B7AA2'

red 107 ◦ green 122 ◦ blue 162

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

Shades of Ship Cove #6B7AA2

Tints of Ship Cove #6B7AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 41.43%

R = 27.37%
G = 31.2%
B = 41.43%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6B7AA2 (or 0x6B7AA2) is known color: Ship Cove. HEX triplet: 6B, 7A and A2. RGB value is (107,122,162). Sum of RGB (Red+Green+Blue) = 107+122+162=391 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.37% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 162 (63.67% from 255 or 41.43% from 391); Max value from RGB is 162 - color contains mainly: blue. Hex color #6B7AA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7AA2 is #94855D. Grayscale: #797979. Windows color (decimal): -9733470 or 10648171. OLE color: 10648171.

HSL color Cylindrical-coordinate representation of color #6B7AA2: hue angle of 223.64º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6B7AA2 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 107 122 162 -
CMYK 0.34 0.25 0 0.36
HSL 223.64º 0.23% 0.53% -
HSV(B) 223.64º 0.34% 0.64% -
XYZ 19.54 19.65 36.95 -
YUV 122.08 150.53 117.25 -
System Red Green Blue C M Y K H S L
Decimal 107 122 162 0.34 0.25 0 0.36 223.64 0.23 0.53
Hex 6B 7A A2 22 19 0 24 E0 17 35
Octal 153 172 242 42 31 0 44 340 27 65
Binary 1101011 1111010 10100010 100010 11001 0 100100 11100000 10111 110101

Color Harmonies of #6B7AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7AA2

Black with #6B7AA2

Text Example


Text Example

White with #6B7AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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