Html Css Color HEX #6C7AA3 Ship Cove

📋 copy color: '#6C7AA3'

red 108 ◦ green 122 ◦ blue 163

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

Shades of Ship Cove #6C7AA3

Tints of Ship Cove #6C7AA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 41.48%

R = 27.48%
G = 31.04%
B = 41.48%

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

#6C7AA3 (or 0x6C7AA3) is known color: Ship Cove. HEX triplet: 6C, 7A and A3. RGB value is (108,122,163). Sum of RGB (Red+Green+Blue) = 108+122+163=393 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.48% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 163 (64.06% from 255 or 41.48% from 393); Max value from RGB is 163 - color contains mainly: blue. Hex color #6C7AA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7AA3 is #93855C. Grayscale: #7A7A7A. Windows color (decimal): -9667933 or 10713708. OLE color: 10713708.

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

Color convert

RGB 108 122 163 -
CMYK 0.34 0.25 0 0.36
HSL 224.73º 0.23% 0.53% -
HSV(B) 224.73º 0.34% 0.64% -
XYZ 19.75 19.75 37.42 -
YUV 122.49 150.86 117.67 -
System Red Green Blue C M Y K H S L
Decimal 108 122 163 0.34 0.25 0 0.36 224.73 0.23 0.53
Hex 6C 7A A3 22 19 0 24 E1 17 35
Octal 154 172 243 42 31 0 44 341 27 65
Binary 1101100 1111010 10100011 100010 11001 0 100100 11100001 10111 110101

Color Harmonies of #6C7AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7AA3

Black with #6C7AA3

Text Example


Text Example

White with #6C7AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,122,163); }

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

background-color css

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

 a { background-color: rgb(108,122,163); }

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

border-color css

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

 span { border-color: rgb(108,122,163); }

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