Html Css Color HEX #65688D Waikawa Grey

📋 copy color: '#65688D'

red 101 ◦ green 104 ◦ blue 141

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

Shades of Waikawa Grey #65688D

Tints of Waikawa Grey #65688D

RGB

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

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

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

R = 29.19%
G = 30.06%
B = 40.75%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#65688D (or 0x65688D) is known color: Waikawa Grey. HEX triplet: 65, 68 and 8D. RGB value is (101,104,141). Sum of RGB (Red+Green+Blue) = 101+104+141=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 141 - color contains mainly: blue. Hex color #65688D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65688D is #9A9772. Grayscale: #6B6B6B. Windows color (decimal): -10131315 or 9267301. OLE color: 9267301.

HSL color Cylindrical-coordinate representation of color #65688D: hue angle of 235.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 #65688D is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 104 141 -
CMYK 0.28 0.26 0 0.45
HSL 235.5º 0.17% 0.47% -
HSV(B) 235.5º 0.28% 0.55% -
XYZ 15.12 14.59 27.22 -
YUV 107.32 147.01 123.49 -
System Red Green Blue C M Y K H S L
Decimal 101 104 141 0.28 0.26 0 0.45 235.5 0.17 0.47
Hex 65 68 8D 1C 1A 0 2D EC 11 2F
Octal 145 150 215 34 32 0 55 354 21 57
Binary 1100101 1101000 10001101 11100 11010 0 101101 11101100 10001 101111

Color Harmonies of #65688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65688D

Black with #65688D

Text Example


Text Example

White with #65688D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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