Html Css Color HEX #607AD7 Havelock Blue

📋 copy color: '#607AD7'

red 96 ◦ green 122 ◦ blue 215

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

Shades of Havelock Blue #607AD7

Tints of Havelock Blue #607AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 49.65%

R = 22.17%
G = 28.18%
B = 49.65%

CMYK

 C value IS 0.55

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#607AD7 (or 0x607AD7) is known color: Havelock Blue. HEX triplet: 60, 7A and D7. RGB value is (96,122,215). Sum of RGB (Red+Green+Blue) = 96+122+215=433 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.17% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 215 (84.38% from 255 or 49.65% from 433); Max value from RGB is 215 - color contains mainly: blue. Hex color #607AD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607AD7 is #9F8528. Grayscale: #7C7C7C. Windows color (decimal): -10454313 or 14121568. OLE color: 14121568.

HSL color Cylindrical-coordinate representation of color #607AD7: hue angle of 226.89º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #607AD7 is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 96 122 215 -
CMYK 0.55 0.43 0 0.16
HSL 226.89º 0.6% 0.61% -
HSV(B) 226.89º 0.55% 0.84% -
XYZ 24.05 21.31 67.14 -
YUV 124.83 178.89 107.44 -
System Red Green Blue C M Y K H S L
Decimal 96 122 215 0.55 0.43 0 0.16 226.89 0.6 0.61
Hex 60 7A D7 37 2B 0 10 E3 3C 3D
Octal 140 172 327 67 53 0 20 343 74 75
Binary 1100000 1111010 11010111 110111 101011 0 10000 11100011 111100 111101

Color Harmonies of #607AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607AD7

Black with #607AD7

Text Example


Text Example

White with #607AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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