Html Css Color HEX #647BA5 Waikawa Grey

📋 copy color: '#647BA5'

red 100 ◦ green 123 ◦ blue 165

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

Shades of Waikawa Grey #647BA5

Tints of Waikawa Grey #647BA5

RGB

 RED value IS 100 (39.45% from 255) = 25.77%

 GREEN value IS 123 (48.44% from 255) = 31.7%

 BLUE value IS 165 (64.84% from 255) = 42.53%

R = 25.77%
G = 31.7%
B = 42.53%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#647BA5 (or 0x647BA5) is known color: Waikawa Grey. HEX triplet: 64, 7B and A5. RGB value is (100,123,165). Sum of RGB (Red+Green+Blue) = 100+123+165=388 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.77% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 165 (64.84% from 255 or 42.53% from 388); Max value from RGB is 165 - color contains mainly: blue. Hex color #647BA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647BA5 is #9B845A. Grayscale: #787878. Windows color (decimal): -10191963 or 10845028. OLE color: 10845028.

HSL color Cylindrical-coordinate representation of color #647BA5: hue angle of 218.77º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #647BA5 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 100 123 165 -
CMYK 0.39 0.25 0 0.35
HSL 218.77º 0.27% 0.52% -
HSV(B) 218.77º 0.39% 0.65% -
XYZ 19.13 19.59 38.37 -
YUV 120.91 152.88 113.08 -
System Red Green Blue C M Y K H S L
Decimal 100 123 165 0.39 0.25 0 0.35 218.77 0.27 0.52
Hex 64 7B A5 27 19 0 23 DB 1B 34
Octal 144 173 245 47 31 0 43 333 33 64
Binary 1100100 1111011 10100101 100111 11001 0 100011 11011011 11011 110100

Color Harmonies of #647BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647BA5

Black with #647BA5

Text Example


Text Example

White with #647BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647BA5; }

 p { color: rgb(100,123,165); }

 H1.HeaderClassName
 {
   color: #647BA5;
 }
 .AnyTagClassName
 {
   color: #647BA5;
 }
</style>

background-color css

<style>
 a { background-color: #647BA5; }

 a { background-color: rgb(100,123,165); }

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

border-color css

<style>
 span { border-color: #647BA5; }

 span { border-color: rgb(100,123,165); }

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