Html Css Color HEX #65698C Waikawa Grey

📋 copy color: '#65698C'

red 101 ◦ green 105 ◦ blue 140

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

Shades of Waikawa Grey #65698C

Tints of Waikawa Grey #65698C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.46%

R = 29.19%
G = 30.35%
B = 40.46%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#65698C (or 0x65698C) is known color: Waikawa Grey. HEX triplet: 65, 69 and 8C. RGB value is (101,105,140). Sum of RGB (Red+Green+Blue) = 101+105+140=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 140 - color contains mainly: blue. Hex color #65698C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65698C is #9A9673. Grayscale: #6B6B6B. Windows color (decimal): -10131060 or 9202021. OLE color: 9202021.

HSL color Cylindrical-coordinate representation of color #65698C: hue angle of 233.85º degrees, saturation: 0.16, 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 #65698C is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 105 140 -
CMYK 0.28 0.25 0 0.45
HSL 233.85º 0.16% 0.47% -
HSV(B) 233.85º 0.28% 0.55% -
XYZ 15.15 14.76 26.86 -
YUV 107.79 146.17 123.15 -
System Red Green Blue C M Y K H S L
Decimal 101 105 140 0.28 0.25 0 0.45 233.85 0.16 0.47
Hex 65 69 8C 1C 19 0 2D EA 10 2F
Octal 145 151 214 34 31 0 55 352 20 57
Binary 1100101 1101001 10001100 11100 11001 0 101101 11101010 10000 101111

Color Harmonies of #65698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65698C

Black with #65698C

Text Example


Text Example

White with #65698C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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