Html Css Color HEX #6883CC Havelock Blue

📋 copy color: '#6883CC'

red 104 ◦ green 131 ◦ blue 204

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

Shades of Havelock Blue #6883CC

Tints of Havelock Blue #6883CC

RGB

 RED value IS 104 (41.02% from 255) = 23.69%

 GREEN value IS 131 (51.56% from 255) = 29.84%

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

R = 23.69%
G = 29.84%
B = 46.47%

CMYK

 C value IS 0.49

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6883CC (or 0x6883CC) is known color: Havelock Blue. HEX triplet: 68, 83 and CC. RGB value is (104,131,204). Sum of RGB (Red+Green+Blue) = 104+131+204=439 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.69% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #6883CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6883CC is #977C33. Grayscale: #828282. Windows color (decimal): -9927732 or 13402984. OLE color: 13402984.

HSL color Cylindrical-coordinate representation of color #6883CC: hue angle of 223.8º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6883CC is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 104 131 204 -
CMYK 0.49 0.36 0 0.2
HSL 223.8º 0.5% 0.6% -
HSV(B) 223.8º 0.49% 0.8% -
XYZ 24.72 23.54 60.37 -
YUV 131.25 169.05 108.56 -
System Red Green Blue C M Y K H S L
Decimal 104 131 204 0.49 0.36 0 0.2 223.8 0.5 0.6
Hex 68 83 CC 31 24 0 14 E0 32 3C
Octal 150 203 314 61 44 0 24 340 62 74
Binary 1101000 10000011 11001100 110001 100100 0 10100 11100000 110010 111100

Color Harmonies of #6883CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6883CC

Black with #6883CC

Text Example


Text Example

White with #6883CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6883CC; }

 p { color: rgb(104,131,204); }

 H1.HeaderClassName
 {
   color: #6883CC;
 }
 .AnyTagClassName
 {
   color: #6883CC;
 }
</style>

background-color css

<style>
 a { background-color: #6883CC; }

 a { background-color: rgb(104,131,204); }

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

border-color css

<style>
 span { border-color: #6883CC; }

 span { border-color: rgb(104,131,204); }

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