Html Css Color HEX #65668E Comet

📋 copy color: '#65668E'

red 101 ◦ green 102 ◦ blue 142

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

Shades of Comet #65668E

Tints of Comet #65668E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 41.16%

R = 29.28%
G = 29.57%
B = 41.16%

CMYK

 C value IS 0.29

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#65668E (or 0x65668E) is known color: Comet. HEX triplet: 65, 66 and 8E. RGB value is (101,102,142). Sum of RGB (Red+Green+Blue) = 101+102+142=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 142 - color contains mainly: blue. Hex color #65668E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65668E is #9A9971. Grayscale: #6A6A6A. Windows color (decimal): -10131826 or 9332325. OLE color: 9332325.

HSL color Cylindrical-coordinate representation of color #65668E: hue angle of 238.54º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #65668E is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 102 142 -
CMYK 0.29 0.28 0 0.44
HSL 238.54º 0.17% 0.48% -
HSV(B) 238.54º 0.29% 0.56% -
XYZ 15 14.22 27.55 -
YUV 106.26 148.17 124.25 -
System Red Green Blue C M Y K H S L
Decimal 101 102 142 0.29 0.28 0 0.44 238.54 0.17 0.48
Hex 65 66 8E 1D 1C 0 2C EF 11 30
Octal 145 146 216 35 34 0 54 357 21 60
Binary 1100101 1100110 10001110 11101 11100 0 101100 11101111 10001 110000

Color Harmonies of #65668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65668E

Black with #65668E

Text Example


Text Example

White with #65668E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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