Html Css Color HEX #607CC2 Havelock Blue

📋 copy color: '#607CC2'

red 96 ◦ green 124 ◦ blue 194

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

Shades of Havelock Blue #607CC2

Tints of Havelock Blue #607CC2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.95%

 BLUE value IS 194 (76.17% from 255) = 46.86%

R = 23.19%
G = 29.95%
B = 46.86%

CMYK

 C value IS 0.51

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#607CC2 (or 0x607CC2) is known color: Havelock Blue. HEX triplet: 60, 7C and C2. RGB value is (96,124,194). Sum of RGB (Red+Green+Blue) = 96+124+194=414 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.19% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 194 (76.17% from 255 or 46.86% from 414); Max value from RGB is 194 - color contains mainly: blue. Hex color #607CC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607CC2 is #9F833D. Grayscale: #7B7B7B. Windows color (decimal): -10453822 or 12745824. OLE color: 12745824.

HSL color Cylindrical-coordinate representation of color #607CC2: hue angle of 222.86º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #607CC2 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 96 124 194 -
CMYK 0.51 0.36 0 0.24
HSL 222.86º 0.45% 0.57% -
HSV(B) 222.86º 0.51% 0.76% -
XYZ 21.77 20.8 53.91 -
YUV 123.61 167.72 108.31 -
System Red Green Blue C M Y K H S L
Decimal 96 124 194 0.51 0.36 0 0.24 222.86 0.45 0.57
Hex 60 7C C2 33 24 0 18 DF 2D 39
Octal 140 174 302 63 44 0 30 337 55 71
Binary 1100000 1111100 11000010 110011 100100 0 11000 11011111 101101 111001

Color Harmonies of #607CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607CC2

Black with #607CC2

Text Example


Text Example

White with #607CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,124,194); }

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

background-color css

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

 a { background-color: rgb(96,124,194); }

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

border-color css

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

 span { border-color: rgb(96,124,194); }

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