Html Css Color HEX #677CCF Havelock Blue

📋 copy color: '#677CCF'

red 103 ◦ green 124 ◦ blue 207

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

Shades of Havelock Blue #677CCF

Tints of Havelock Blue #677CCF

RGB

 RED value IS 103 (40.63% from 255) = 23.73%

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

 BLUE value IS 207 (81.25% from 255) = 47.7%

R = 23.73%
G = 28.57%
B = 47.7%

CMYK

 C value IS 0.50

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#677CCF (or 0x677CCF) is known color: Havelock Blue. HEX triplet: 67, 7C and CF. RGB value is (103,124,207). Sum of RGB (Red+Green+Blue) = 103+124+207=434 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.73% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #677CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677CCF is #988330. Grayscale: #7E7E7E. Windows color (decimal): -9995057 or 13597799. OLE color: 13597799.

HSL color Cylindrical-coordinate representation of color #677CCF: hue angle of 227.88º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #677CCF is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 103 124 207 -
CMYK 0.50 0.40 0 0.19
HSL 227.88º 0.52% 0.61% -
HSV(B) 227.88º 0.5% 0.81% -
XYZ 24.06 21.8 61.97 -
YUV 127.18 173.04 110.75 -
System Red Green Blue C M Y K H S L
Decimal 103 124 207 0.50 0.40 0 0.19 227.88 0.52 0.61
Hex 67 7C CF 32 28 0 13 E4 34 3D
Octal 147 174 317 62 50 0 23 344 64 75
Binary 1100111 1111100 11001111 110010 101000 0 10011 11100100 110100 111101

Color Harmonies of #677CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677CCF

Black with #677CCF

Text Example


Text Example

White with #677CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677CCF; }

 p { color: rgb(103,124,207); }

 H1.HeaderClassName
 {
   color: #677CCF;
 }
 .AnyTagClassName
 {
   color: #677CCF;
 }
</style>

background-color css

<style>
 a { background-color: #677CCF; }

 a { background-color: rgb(103,124,207); }

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

border-color css

<style>
 span { border-color: #677CCF; }

 span { border-color: rgb(103,124,207); }

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