Html Css Color HEX #65668A Comet

📋 copy color: '#65668A'

red 101 ◦ green 102 ◦ blue 138

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

Shades of Comet #65668A

Tints of Comet #65668A

RGB

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

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

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

R = 29.62%
G = 29.91%
B = 40.47%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#65668A (or 0x65668A) is known color: Comet. HEX triplet: 65, 66 and 8A. RGB value is (101,102,138). Sum of RGB (Red+Green+Blue) = 101+102+138=341 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.62% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 138 - color contains mainly: blue. Hex color #65668A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65668A is #9A9975. Grayscale: #696969. Windows color (decimal): -10131830 or 9070181. OLE color: 9070181.

HSL color Cylindrical-coordinate representation of color #65668A: hue angle of 238.38º 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 #65668A is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 101 102 138 -
CMYK 0.27 0.26 0 0.46
HSL 238.38º 0.15% 0.47% -
HSV(B) 238.38º 0.27% 0.54% -
XYZ 14.71 14.1 25.99 -
YUV 105.81 146.17 124.57 -
System Red Green Blue C M Y K H S L
Decimal 101 102 138 0.27 0.26 0 0.46 238.38 0.15 0.47
Hex 65 66 8A 1B 1A 0 2E EE F 2F
Octal 145 146 212 33 32 0 56 356 17 57
Binary 1100101 1100110 10001010 11011 11010 0 101110 11101110 1111 101111

Color Harmonies of #65668A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65668A

Black with #65668A

Text Example


Text Example

White with #65668A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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