Html Css Color HEX #607BCC Havelock Blue

📋 copy color: '#607BCC'

red 96 ◦ green 123 ◦ blue 204

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

Shades of Havelock Blue #607BCC

Tints of Havelock Blue #607BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.23%

R = 22.7%
G = 29.08%
B = 48.23%

CMYK

 C value IS 0.53

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#607BCC (or 0x607BCC) is known color: Havelock Blue. HEX triplet: 60, 7B and CC. RGB value is (96,123,204). Sum of RGB (Red+Green+Blue) = 96+123+204=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #607BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607BCC is #9F8433. Grayscale: #7B7B7B. Windows color (decimal): -10454068 or 13400928. OLE color: 13400928.

HSL color Cylindrical-coordinate representation of color #607BCC: hue angle of 225º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #607BCC is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 96 123 204 -
CMYK 0.53 0.40 0 0.2
HSL 225º 0.51% 0.59% -
HSV(B) 225º 0.53% 0.8% -
XYZ 22.81 21.01 59.98 -
YUV 124.16 173.05 107.91 -
System Red Green Blue C M Y K H S L
Decimal 96 123 204 0.53 0.40 0 0.2 225 0.51 0.59
Hex 60 7B CC 35 28 0 14 E1 33 3B
Octal 140 173 314 65 50 0 24 341 63 73
Binary 1100000 1111011 11001100 110101 101000 0 10100 11100001 110011 111011

Color Harmonies of #607BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607BCC

Black with #607BCC

Text Example


Text Example

White with #607BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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