Html Css Color HEX #667CCF Havelock Blue

📋 copy color: '#667CCF'

red 102 ◦ green 124 ◦ blue 207

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

Shades of Havelock Blue #667CCF

Tints of Havelock Blue #667CCF

RGB

 RED value IS 102 (40.23% from 255) = 23.56%

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

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

R = 23.56%
G = 28.64%
B = 47.81%

CMYK

 C value IS 0.51

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#667CCF (or 0x667CCF) is known color: Havelock Blue. HEX triplet: 66, 7C and CF. RGB value is (102,124,207). Sum of RGB (Red+Green+Blue) = 102+124+207=433 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.56% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #667CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667CCF is #998330. Grayscale: #7E7E7E. Windows color (decimal): -10060593 or 13597798. OLE color: 13597798.

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

Color convert

RGB 102 124 207 -
CMYK 0.51 0.40 0 0.19
HSL 227.43º 0.52% 0.61% -
HSV(B) 227.43º 0.51% 0.81% -
XYZ 23.95 21.75 61.97 -
YUV 126.88 173.21 110.25 -
System Red Green Blue C M Y K H S L
Decimal 102 124 207 0.51 0.40 0 0.19 227.43 0.52 0.61
Hex 66 7C CF 33 28 0 13 E3 34 3D
Octal 146 174 317 63 50 0 23 343 64 75
Binary 1100110 1111100 11001111 110011 101000 0 10011 11100011 110100 111101

Color Harmonies of #667CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667CCF

Black with #667CCF

Text Example


Text Example

White with #667CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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