Html Css Color HEX #65688B Comet

📋 copy color: '#65688B'

red 101 ◦ green 104 ◦ blue 139

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

Shades of Comet #65688B

Tints of Comet #65688B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.23%

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

R = 29.36%
G = 30.23%
B = 40.41%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#65688B (or 0x65688B) is known color: Comet. HEX triplet: 65, 68 and 8B. RGB value is (101,104,139). Sum of RGB (Red+Green+Blue) = 101+104+139=344 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.36% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 139 - color contains mainly: blue. Hex color #65688B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65688B is #9A9774. Grayscale: #6A6A6A. Windows color (decimal): -10131317 or 9136229. OLE color: 9136229.

HSL color Cylindrical-coordinate representation of color #65688B: hue angle of 235.26º 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 #65688B is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 104 139 -
CMYK 0.27 0.25 0 0.45
HSL 235.26º 0.16% 0.47% -
HSV(B) 235.26º 0.27% 0.55% -
XYZ 14.98 14.53 26.44 -
YUV 107.09 146.01 123.65 -
System Red Green Blue C M Y K H S L
Decimal 101 104 139 0.27 0.25 0 0.45 235.26 0.16 0.47
Hex 65 68 8B 1B 19 0 2D EB 10 2F
Octal 145 150 213 33 31 0 55 353 20 57
Binary 1100101 1101000 10001011 11011 11001 0 101101 11101011 10000 101111

Color Harmonies of #65688B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65688B

Black with #65688B

Text Example


Text Example

White with #65688B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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