Html Css Color HEX #65658A Comet

📋 copy color: '#65658A'

red 101 ◦ green 101 ◦ blue 138

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

Shades of Comet #65658A

Tints of Comet #65658A

RGB

 RED value IS 101 (39.84% from 255) = 29.71%

 GREEN value IS 101 (39.84% from 255) = 29.71%

 BLUE value IS 138 (54.3% from 255) = 40.59%

R = 29.71%
G = 29.71%
B = 40.59%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#65658A (or 0x65658A) is known color: Comet. HEX triplet: 65, 65 and 8A. RGB value is (101,101,138). Sum of RGB (Red+Green+Blue) = 101+101+138=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 138 - color contains mainly: blue. Hex color #65658A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65658A is #9A9A75. Grayscale: #696969. Windows color (decimal): -10132086 or 9069925. OLE color: 9069925.

HSL color Cylindrical-coordinate representation of color #65658A: hue angle of 240º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #65658A is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 101 101 138 -
CMYK 0.27 0.27 0 0.46
HSL 240º 0.15% 0.47% -
HSV(B) 240º 0.27% 0.54% -
XYZ 14.61 13.91 25.96 -
YUV 105.22 146.5 124.99 -
System Red Green Blue C M Y K H S L
Decimal 101 101 138 0.27 0.27 0 0.46 240 0.15 0.47
Hex 65 65 8A 1B 1B 0 2E F0 F 2F
Octal 145 145 212 33 33 0 56 360 17 57
Binary 1100101 1100101 10001010 11011 11011 0 101110 11110000 1111 101111

Color Harmonies of #65658A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65658A

Black with #65658A

Text Example


Text Example

White with #65658A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65658A; }

 p { color: rgb(101,101,138); }

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

background-color css

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

 a { background-color: rgb(101,101,138); }

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

border-color css

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

 span { border-color: rgb(101,101,138); }

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