Html Css Color HEX #607A7D Blue Bayoux

📋 copy color: '#607A7D'

red 96 ◦ green 122 ◦ blue 125

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

Shades of Blue Bayoux #607A7D

Tints of Blue Bayoux #607A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.44%

R = 27.99%
G = 35.57%
B = 36.44%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#607A7D (or 0x607A7D) is known color: Blue Bayoux. HEX triplet: 60, 7A and 7D. RGB value is (96,122,125). Sum of RGB (Red+Green+Blue) = 96+122+125=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 125 - color contains mainly: blue. Hex color #607A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607A7D is #9F8582. Grayscale: #727272. Windows color (decimal): -10454403 or 8223328. OLE color: 8223328.

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

Color convert

RGB 96 122 125 -
CMYK 0.23 0.02 0 0.51
HSL 186.21º 0.13% 0.43% -
HSV(B) 186.21º 0.23% 0.49% -
XYZ 15.49 17.89 22.04 -
YUV 114.57 133.89 114.76 -
System Red Green Blue C M Y K H S L
Decimal 96 122 125 0.23 0.02 0 0.51 186.21 0.13 0.43
Hex 60 7A 7D 17 2 0 33 BA D 2B
Octal 140 172 175 27 2 0 63 272 15 53
Binary 1100000 1111010 1111101 10111 10 0 110011 10111010 1101 101011

Color Harmonies of #607A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607A7D

Black with #607A7D

Text Example


Text Example

White with #607A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,122,125); }

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

background-color css

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

 a { background-color: rgb(96,122,125); }

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

border-color css

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

 span { border-color: rgb(96,122,125); }

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