Html Css Color HEX #607BC6 Havelock Blue

📋 copy color: '#607BC6'

red 96 ◦ green 123 ◦ blue 198

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

Shades of Havelock Blue #607BC6

Tints of Havelock Blue #607BC6

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.5%

 BLUE value IS 198 (77.73% from 255) = 47.48%

R = 23.02%
G = 29.5%
B = 47.48%

CMYK

 C value IS 0.52

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#607BC6 (or 0x607BC6) is known color: Havelock Blue. HEX triplet: 60, 7B and C6. RGB value is (96,123,198). Sum of RGB (Red+Green+Blue) = 96+123+198=417 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.02% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 198 (77.73% from 255 or 47.48% from 417); Max value from RGB is 198 - color contains mainly: blue. Hex color #607BC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607BC6 is #9F8439. Grayscale: #7B7B7B. Windows color (decimal): -10454074 or 13007712. OLE color: 13007712.

HSL color Cylindrical-coordinate representation of color #607BC6: hue angle of 224.12º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #607BC6 is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 96 123 198 -
CMYK 0.52 0.38 0 0.22
HSL 224.12º 0.47% 0.58% -
HSV(B) 224.12º 0.52% 0.78% -
XYZ 22.1 20.73 56.26 -
YUV 123.48 170.05 108.4 -
System Red Green Blue C M Y K H S L
Decimal 96 123 198 0.52 0.38 0 0.22 224.12 0.47 0.58
Hex 60 7B C6 34 26 0 16 E0 2F 3A
Octal 140 173 306 64 46 0 26 340 57 72
Binary 1100000 1111011 11000110 110100 100110 0 10110 11100000 101111 111010

Color Harmonies of #607BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607BC6

Black with #607BC6

Text Example


Text Example

White with #607BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,123,198); }

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

background-color css

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

 a { background-color: rgb(96,123,198); }

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

border-color css

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

 span { border-color: rgb(96,123,198); }

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