Html Css Color HEX #607ED3 Havelock Blue

📋 copy color: '#607ED3'

red 96 ◦ green 126 ◦ blue 211

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

Shades of Havelock Blue #607ED3

Tints of Havelock Blue #607ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 48.73%

R = 22.17%
G = 29.1%
B = 48.73%

CMYK

 C value IS 0.55

 M value IS 0.40

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#607ED3 (or 0x607ED3) is known color: Havelock Blue. HEX triplet: 60, 7E and D3. RGB value is (96,126,211). Sum of RGB (Red+Green+Blue) = 96+126+211=433 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.17% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 211 (82.81% from 255 or 48.73% from 433); Max value from RGB is 211 - color contains mainly: blue. Hex color #607ED3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607ED3 is #9F812C. Grayscale: #7E7E7E. Windows color (decimal): -10453293 or 13860448. OLE color: 13860448.

HSL color Cylindrical-coordinate representation of color #607ED3: hue angle of 224.35º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #607ED3 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 96 126 211 -
CMYK 0.55 0.40 0 0.17
HSL 224.35º 0.57% 0.6% -
HSV(B) 224.35º 0.55% 0.83% -
XYZ 24.04 22.11 64.63 -
YUV 126.72 175.56 106.09 -
System Red Green Blue C M Y K H S L
Decimal 96 126 211 0.55 0.40 0 0.17 224.35 0.57 0.6
Hex 60 7E D3 37 28 0 11 E0 39 3C
Octal 140 176 323 67 50 0 21 340 71 74
Binary 1100000 1111110 11010011 110111 101000 0 10001 11100000 111001 111100

Color Harmonies of #607ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607ED3

Black with #607ED3

Text Example


Text Example

White with #607ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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