Html Css Color HEX #6C8AAF Ship Cove

📋 copy color: '#6C8AAF'

red 108 ◦ green 138 ◦ blue 175

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

Shades of Ship Cove #6C8AAF

Tints of Ship Cove #6C8AAF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.78%

 BLUE value IS 175 (68.75% from 255) = 41.57%

R = 25.65%
G = 32.78%
B = 41.57%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6C8AAF (or 0x6C8AAF) is known color: Ship Cove. HEX triplet: 6C, 8A and AF. RGB value is (108,138,175). Sum of RGB (Red+Green+Blue) = 108+138+175=421 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.65% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 175 - color contains mainly: blue. Hex color #6C8AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8AAF is #937550. Grayscale: #858585. Windows color (decimal): -9663825 or 11504236. OLE color: 11504236.

HSL color Cylindrical-coordinate representation of color #6C8AAF: hue angle of 213.13º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6C8AAF is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 108 138 175 -
CMYK 0.38 0.21 0 0.31
HSL 213.13º 0.3% 0.55% -
HSV(B) 213.13º 0.38% 0.69% -
XYZ 23.01 24.46 44.07 -
YUV 133.25 151.56 109.99 -
System Red Green Blue C M Y K H S L
Decimal 108 138 175 0.38 0.21 0 0.31 213.13 0.3 0.55
Hex 6C 8A AF 26 15 0 1F D5 1E 37
Octal 154 212 257 46 25 0 37 325 36 67
Binary 1101100 10001010 10101111 100110 10101 0 11111 11010101 11110 110111

Color Harmonies of #6C8AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8AAF

Black with #6C8AAF

Text Example


Text Example

White with #6C8AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,138,175); }

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

background-color css

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

 a { background-color: rgb(108,138,175); }

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

border-color css

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

 span { border-color: rgb(108,138,175); }

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