Html Css Color HEX #626285 Comet

📋 copy color: '#626285'

red 98 ◦ green 98 ◦ blue 133

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

Shades of Comet #626285

Tints of Comet #626285

RGB

 RED value IS 98 (38.67% from 255) = 29.79%

 GREEN value IS 98 (38.67% from 255) = 29.79%

 BLUE value IS 133 (52.34% from 255) = 40.43%

R = 29.79%
G = 29.79%
B = 40.43%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#626285 (or 0x626285) is known color: Comet. HEX triplet: 62, 62 and 85. RGB value is (98,98,133). Sum of RGB (Red+Green+Blue) = 98+98+133=329 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.79% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 133 - color contains mainly: blue. Hex color #626285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626285 is #9D9D7A. Grayscale: #656565. Windows color (decimal): -10329467 or 8741474. OLE color: 8741474.

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

Color convert

RGB 98 98 133 -
CMYK 0.26 0.26 0 0.48
HSL 240º 0.15% 0.45% -
HSV(B) 240º 0.26% 0.52% -
XYZ 13.64 13.03 23.99 -
YUV 101.99 145.5 125.15 -
System Red Green Blue C M Y K H S L
Decimal 98 98 133 0.26 0.26 0 0.48 240 0.15 0.45
Hex 62 62 85 1A 1A 0 30 F0 F 2D
Octal 142 142 205 32 32 0 60 360 17 55
Binary 1100010 1100010 10000101 11010 11010 0 110000 11110000 1111 101101

Color Harmonies of #626285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626285

Black with #626285

Text Example


Text Example

White with #626285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626285; }

 p { color: rgb(98,98,133); }

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

background-color css

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

 a { background-color: rgb(98,98,133); }

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

border-color css

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

 span { border-color: rgb(98,98,133); }

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