Html Css Color HEX #607AB0 Chetwode Blue

📋 copy color: '#607AB0'

red 96 ◦ green 122 ◦ blue 176

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

Shades of Chetwode Blue #607AB0

Tints of Chetwode Blue #607AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 44.67%

R = 24.37%
G = 30.96%
B = 44.67%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#607AB0 (or 0x607AB0) is known color: Chetwode Blue. HEX triplet: 60, 7A and B0. RGB value is (96,122,176). Sum of RGB (Red+Green+Blue) = 96+122+176=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 176 (69.14% from 255 or 44.67% from 394); Max value from RGB is 176 - color contains mainly: blue. Hex color #607AB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607AB0 is #9F854F. Grayscale: #787878. Windows color (decimal): -10454352 or 11565664. OLE color: 11565664.

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

Color convert

RGB 96 122 176 -
CMYK 0.45 0.31 0 0.31
HSL 220.5º 0.34% 0.53% -
HSV(B) 220.5º 0.45% 0.69% -
XYZ 19.62 19.54 43.81 -
YUV 120.38 159.39 110.61 -
System Red Green Blue C M Y K H S L
Decimal 96 122 176 0.45 0.31 0 0.31 220.5 0.34 0.53
Hex 60 7A B0 2D 1F 0 1F DC 22 35
Octal 140 172 260 55 37 0 37 334 42 65
Binary 1100000 1111010 10110000 101101 11111 0 11111 11011100 100010 110101

Color Harmonies of #607AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607AB0

Black with #607AB0

Text Example


Text Example

White with #607AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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