Html Css Color HEX #65668B Comet

📋 copy color: '#65668B'

red 101 ◦ green 102 ◦ blue 139

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

Shades of Comet #65668B

Tints of Comet #65668B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.64%

R = 29.53%
G = 29.82%
B = 40.64%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#65668B (or 0x65668B) is known color: Comet. HEX triplet: 65, 66 and 8B. RGB value is (101,102,139). Sum of RGB (Red+Green+Blue) = 101+102+139=342 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.53% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 139 - color contains mainly: blue. Hex color #65668B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65668B is #9A9974. Grayscale: #696969. Windows color (decimal): -10131829 or 9135717. OLE color: 9135717.

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

Color convert

RGB 101 102 139 -
CMYK 0.27 0.27 0 0.45
HSL 238.42º 0.16% 0.47% -
HSV(B) 238.42º 0.27% 0.55% -
XYZ 14.78 14.13 26.38 -
YUV 105.92 146.67 124.49 -
System Red Green Blue C M Y K H S L
Decimal 101 102 139 0.27 0.27 0 0.45 238.42 0.16 0.47
Hex 65 66 8B 1B 1B 0 2D EE 10 2F
Octal 145 146 213 33 33 0 55 356 20 57
Binary 1100101 1100110 10001011 11011 11011 0 101101 11101110 10000 101111

Color Harmonies of #65668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65668B

Black with #65668B

Text Example


Text Example

White with #65668B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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