Html Css Color HEX #607AB1 Chetwode Blue

📋 copy color: '#607AB1'

red 96 ◦ green 122 ◦ blue 177

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

Shades of Chetwode Blue #607AB1

Tints of Chetwode Blue #607AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 44.81%

R = 24.3%
G = 30.89%
B = 44.81%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#607AB1 (or 0x607AB1) is known color: Chetwode Blue. HEX triplet: 60, 7A and B1. RGB value is (96,122,177). Sum of RGB (Red+Green+Blue) = 96+122+177=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 177 (69.53% from 255 or 44.81% from 395); Max value from RGB is 177 - color contains mainly: blue. Hex color #607AB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607AB1 is #9F854E. Grayscale: #787878. Windows color (decimal): -10454351 or 11631200. OLE color: 11631200.

HSL color Cylindrical-coordinate representation of color #607AB1: hue angle of 220.74º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #607AB1 is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 122 177 -
CMYK 0.46 0.31 0 0.31
HSL 220.74º 0.34% 0.54% -
HSV(B) 220.74º 0.46% 0.69% -
XYZ 19.72 19.58 44.34 -
YUV 120.5 159.89 110.53 -
System Red Green Blue C M Y K H S L
Decimal 96 122 177 0.46 0.31 0 0.31 220.74 0.34 0.54
Hex 60 7A B1 2E 1F 0 1F DD 22 36
Octal 140 172 261 56 37 0 37 335 42 66
Binary 1100000 1111010 10110001 101110 11111 0 11111 11011101 100010 110110

Color Harmonies of #607AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607AB1

Black with #607AB1

Text Example


Text Example

White with #607AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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