Html Css Color HEX #606384 Comet

📋 copy color: '#606384'

red 96 ◦ green 99 ◦ blue 132

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

Shades of Comet #606384

Tints of Comet #606384

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.28%

 BLUE value IS 132 (51.95% from 255) = 40.37%

R = 29.36%
G = 30.28%
B = 40.37%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#606384 (or 0x606384) is known color: Comet. HEX triplet: 60, 63 and 84. RGB value is (96,99,132). Sum of RGB (Red+Green+Blue) = 96+99+132=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 132 - color contains mainly: blue. Hex color #606384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606384 is #9F9C7B. Grayscale: #656565. Windows color (decimal): -10460284 or 8676192. OLE color: 8676192.

HSL color Cylindrical-coordinate representation of color #606384: hue angle of 235º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #606384 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 99 132 -
CMYK 0.27 0.25 0 0.48
HSL 235º 0.16% 0.45% -
HSV(B) 235º 0.27% 0.52% -
XYZ 13.45 13.08 23.64 -
YUV 101.87 145.01 123.82 -
System Red Green Blue C M Y K H S L
Decimal 96 99 132 0.27 0.25 0 0.48 235 0.16 0.45
Hex 60 63 84 1B 19 0 30 EB 10 2D
Octal 140 143 204 33 31 0 60 353 20 55
Binary 1100000 1100011 10000100 11011 11001 0 110000 11101011 10000 101101

Color Harmonies of #606384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606384

Black with #606384

Text Example


Text Example

White with #606384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606384; }

 p { color: rgb(96,99,132); }

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

background-color css

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

 a { background-color: rgb(96,99,132); }

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

border-color css

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

 span { border-color: rgb(96,99,132); }

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