Html Css Color HEX #607E7C Breaker Bay

📋 copy color: '#607E7C'

red 96 ◦ green 126 ◦ blue 124

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

Shades of Breaker Bay #607E7C

Tints of Breaker Bay #607E7C

RGB

 RED value IS 96 (37.89% from 255) = 27.75%

 GREEN value IS 126 (49.61% from 255) = 36.42%

 BLUE value IS 124 (48.83% from 255) = 35.84%

R = 27.75%
G = 36.42%
B = 35.84%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#607E7C (or 0x607E7C) is known color: Breaker Bay. HEX triplet: 60, 7E and 7C. RGB value is (96,126,124). Sum of RGB (Red+Green+Blue) = 96+126+124=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 126 - color contains mainly: green. Hex color #607E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607E7C is #9F8183. Grayscale: #747474. Windows color (decimal): -10453380 or 8158816. OLE color: 8158816.

HSL color Cylindrical-coordinate representation of color #607E7C: hue angle of 176º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #607E7C is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB 96 126 124 -
CMYK 0.24 0 0.02 0.51
HSL 176º 0.14% 0.44% -
HSV(B) 176º 0.24% 0.49% -
XYZ 15.92 18.86 21.87 -
YUV 116.8 132.06 113.16 -
System Red Green Blue C M Y K H S L
Decimal 96 126 124 0.24 0 0.02 0.51 176 0.14 0.44
Hex 60 7E 7C 18 0 2 33 B0 E 2C
Octal 140 176 174 30 0 2 63 260 16 54
Binary 1100000 1111110 1111100 11000 0 10 110011 10110000 1110 101100

Color Harmonies of #607E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607E7C

Black with #607E7C

Text Example


Text Example

White with #607E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607E7C; }

 p { color: rgb(96,126,124); }

 H1.HeaderClassName
 {
   color: #607E7C;
 }
 .AnyTagClassName
 {
   color: #607E7C;
 }
</style>

background-color css

<style>
 a { background-color: #607E7C; }

 a { background-color: rgb(96,126,124); }

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

border-color css

<style>
 span { border-color: #607E7C; }

 span { border-color: rgb(96,126,124); }

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