Html Css Color HEX #65708B Waikawa Grey

📋 copy color: '#65708B'

red 101 ◦ green 112 ◦ blue 139

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

Shades of Waikawa Grey #65708B

Tints of Waikawa Grey #65708B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.82%

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

R = 28.69%
G = 31.82%
B = 39.49%

CMYK

 C value IS 0.27

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#65708B (or 0x65708B) is known color: Waikawa Grey. HEX triplet: 65, 70 and 8B. RGB value is (101,112,139). Sum of RGB (Red+Green+Blue) = 101+112+139=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 139 - color contains mainly: blue. Hex color #65708B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65708B is #9A8F74. Grayscale: #6F6F6F. Windows color (decimal): -10129269 or 9138277. OLE color: 9138277.

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

Color convert

RGB 101 112 139 -
CMYK 0.27 0.19 0 0.45
HSL 222.63º 0.16% 0.47% -
HSV(B) 222.63º 0.27% 0.55% -
XYZ 15.82 16.22 26.72 -
YUV 111.79 143.36 120.3 -
System Red Green Blue C M Y K H S L
Decimal 101 112 139 0.27 0.19 0 0.45 222.63 0.16 0.47
Hex 65 70 8B 1B 13 0 2D DF 10 2F
Octal 145 160 213 33 23 0 55 337 20 57
Binary 1100101 1110000 10001011 11011 10011 0 101101 11011111 10000 101111

Color Harmonies of #65708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65708B

Black with #65708B

Text Example


Text Example

White with #65708B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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