Html Css Color HEX #607ACD Havelock Blue

📋 copy color: '#607ACD'

red 96 ◦ green 122 ◦ blue 205

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

Shades of Havelock Blue #607ACD

Tints of Havelock Blue #607ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.46%

R = 22.7%
G = 28.84%
B = 48.46%

CMYK

 C value IS 0.53

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#607ACD (or 0x607ACD) is known color: Havelock Blue. HEX triplet: 60, 7A and CD. RGB value is (96,122,205). Sum of RGB (Red+Green+Blue) = 96+122+205=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #607ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607ACD is #9F8532. Grayscale: #7B7B7B. Windows color (decimal): -10454323 or 13466208. OLE color: 13466208.

HSL color Cylindrical-coordinate representation of color #607ACD: hue angle of 225.69º degrees, saturation: 0.52, 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 #607ACD is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 122 205 -
CMYK 0.53 0.40 0 0.20
HSL 225.69º 0.52% 0.59% -
HSV(B) 225.69º 0.53% 0.8% -
XYZ 22.8 20.81 60.57 -
YUV 123.69 173.89 108.25 -
System Red Green Blue C M Y K H S L
Decimal 96 122 205 0.53 0.40 0 0.20 225.69 0.52 0.59
Hex 60 7A CD 35 28 0 14 E2 34 3B
Octal 140 172 315 65 50 0 24 342 64 73
Binary 1100000 1111010 11001101 110101 101000 0 10100 11100010 110100 111011

Color Harmonies of #607ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607ACD

Black with #607ACD

Text Example


Text Example

White with #607ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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