Html Css Color HEX #677DAC Ship Cove

📋 copy color: '#677DAC'

red 103 ◦ green 125 ◦ blue 172

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

Shades of Ship Cove #677DAC

Tints of Ship Cove #677DAC

RGB

 RED value IS 103 (40.63% from 255) = 25.75%

 GREEN value IS 125 (49.22% from 255) = 31.25%

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

R = 25.75%
G = 31.25%
B = 43%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#677DAC (or 0x677DAC) is known color: Ship Cove. HEX triplet: 67, 7D and AC. RGB value is (103,125,172). Sum of RGB (Red+Green+Blue) = 103+125+172=400 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.75% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #677DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677DAC is #988253. Grayscale: #7B7B7B. Windows color (decimal): -9994836 or 11304295. OLE color: 11304295.

HSL color Cylindrical-coordinate representation of color #677DAC: hue angle of 220.87º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #677DAC is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 125 172 -
CMYK 0.40 0.27 0 0.33
HSL 220.87º 0.29% 0.54% -
HSV(B) 220.87º 0.4% 0.67% -
XYZ 20.37 20.53 41.92 -
YUV 123.78 155.21 113.18 -
System Red Green Blue C M Y K H S L
Decimal 103 125 172 0.40 0.27 0 0.33 220.87 0.29 0.54
Hex 67 7D AC 28 1B 0 21 DD 1D 36
Octal 147 175 254 50 33 0 41 335 35 66
Binary 1100111 1111101 10101100 101000 11011 0 100001 11011101 11101 110110

Color Harmonies of #677DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677DAC

Black with #677DAC

Text Example


Text Example

White with #677DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677DAC; }

 p { color: rgb(103,125,172); }

 H1.HeaderClassName
 {
   color: #677DAC;
 }
 .AnyTagClassName
 {
   color: #677DAC;
 }
</style>

background-color css

<style>
 a { background-color: #677DAC; }

 a { background-color: rgb(103,125,172); }

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

border-color css

<style>
 span { border-color: #677DAC; }

 span { border-color: rgb(103,125,172); }

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