Html Css Color HEX #65698A Waikawa Grey

📋 copy color: '#65698A'

red 101 ◦ green 105 ◦ blue 138

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

Shades of Waikawa Grey #65698A

Tints of Waikawa Grey #65698A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.52%

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

R = 29.36%
G = 30.52%
B = 40.12%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#65698A (or 0x65698A) is known color: Waikawa Grey. HEX triplet: 65, 69 and 8A. RGB value is (101,105,138). Sum of RGB (Red+Green+Blue) = 101+105+138=344 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.36% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 138 - color contains mainly: blue. Hex color #65698A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65698A is #9A9675. Grayscale: #6B6B6B. Windows color (decimal): -10131062 or 9070949. OLE color: 9070949.

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

Color convert

RGB 101 105 138 -
CMYK 0.27 0.24 0 0.46
HSL 233.51º 0.15% 0.47% -
HSV(B) 233.51º 0.27% 0.54% -
XYZ 15.01 14.7 26.09 -
YUV 107.57 145.17 123.32 -
System Red Green Blue C M Y K H S L
Decimal 101 105 138 0.27 0.24 0 0.46 233.51 0.15 0.47
Hex 65 69 8A 1B 18 0 2E EA F 2F
Octal 145 151 212 33 30 0 56 352 17 57
Binary 1100101 1101001 10001010 11011 11000 0 101110 11101010 1111 101111

Color Harmonies of #65698A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65698A

Black with #65698A

Text Example


Text Example

White with #65698A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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