Html Css Color HEX #65668D Comet

📋 copy color: '#65668D'

red 101 ◦ green 102 ◦ blue 141

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

Shades of Comet #65668D

Tints of Comet #65668D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.65%

 BLUE value IS 141 (55.47% from 255) = 40.99%

R = 29.36%
G = 29.65%
B = 40.99%

CMYK

 C value IS 0.28

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#65668D (or 0x65668D) is known color: Comet. HEX triplet: 65, 66 and 8D. RGB value is (101,102,141). Sum of RGB (Red+Green+Blue) = 101+102+141=344 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.36% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 141 - color contains mainly: blue. Hex color #65668D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65668D is #9A9972. Grayscale: #696969. Windows color (decimal): -10131827 or 9266789. OLE color: 9266789.

HSL color Cylindrical-coordinate representation of color #65668D: hue angle of 238.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #65668D is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 102 141 -
CMYK 0.28 0.28 0 0.45
HSL 238.5º 0.17% 0.47% -
HSV(B) 238.5º 0.28% 0.55% -
XYZ 14.93 14.19 27.15 -
YUV 106.15 147.67 124.33 -
System Red Green Blue C M Y K H S L
Decimal 101 102 141 0.28 0.28 0 0.45 238.5 0.17 0.47
Hex 65 66 8D 1C 1C 0 2D EE 11 2F
Octal 145 146 215 34 34 0 55 356 21 57
Binary 1100101 1100110 10001101 11100 11100 0 101101 11101110 10001 101111

Color Harmonies of #65668D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65668D

Black with #65668D

Text Example


Text Example

White with #65668D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65668D; }

 p { color: rgb(101,102,141); }

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

background-color css

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

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

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

border-color css

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

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

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