Html Css Color HEX #6A7FAC Ship Cove

📋 copy color: '#6A7FAC'

red 106 ◦ green 127 ◦ blue 172

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

Shades of Ship Cove #6A7FAC

Tints of Ship Cove #6A7FAC

RGB

 RED value IS 106 (41.8% from 255) = 26.17%

 GREEN value IS 127 (50% from 255) = 31.36%

 BLUE value IS 172 (67.58% from 255) = 42.47%

R = 26.17%
G = 31.36%
B = 42.47%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A7FAC (or 0x6A7FAC) is known color: Ship Cove. HEX triplet: 6A, 7F and AC. RGB value is (106,127,172). Sum of RGB (Red+Green+Blue) = 106+127+172=405 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.17% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #6A7FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7FAC is #958053. Grayscale: #7D7D7D. Windows color (decimal): -9797716 or 11304810. OLE color: 11304810.

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

Color convert

RGB 106 127 172 -
CMYK 0.38 0.26 0 0.33
HSL 220.91º 0.28% 0.55% -
HSV(B) 220.91º 0.38% 0.67% -
XYZ 20.98 21.22 42.02 -
YUV 125.85 154.04 113.84 -
System Red Green Blue C M Y K H S L
Decimal 106 127 172 0.38 0.26 0 0.33 220.91 0.28 0.55
Hex 6A 7F AC 26 1A 0 21 DD 1C 37
Octal 152 177 254 46 32 0 41 335 34 67
Binary 1101010 1111111 10101100 100110 11010 0 100001 11011101 11100 110111

Color Harmonies of #6A7FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7FAC

Black with #6A7FAC

Text Example


Text Example

White with #6A7FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,127,172); }

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

background-color css

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

 a { background-color: rgb(106,127,172); }

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

border-color css

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

 span { border-color: rgb(106,127,172); }

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