Html Css Color HEX #627BA5 Waikawa Grey

📋 copy color: '#627BA5'

red 98 ◦ green 123 ◦ blue 165

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

Shades of Waikawa Grey #627BA5

Tints of Waikawa Grey #627BA5

RGB

 RED value IS 98 (38.67% from 255) = 25.39%

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

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

R = 25.39%
G = 31.87%
B = 42.75%

CMYK

 C value IS 0.41

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#627BA5 (or 0x627BA5) is known color: Waikawa Grey. HEX triplet: 62, 7B and A5. RGB value is (98,123,165). Sum of RGB (Red+Green+Blue) = 98+123+165=386 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.39% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 165 (64.84% from 255 or 42.75% from 386); Max value from RGB is 165 - color contains mainly: blue. Hex color #627BA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627BA5 is #9D845A. Grayscale: #787878. Windows color (decimal): -10323035 or 10845026. OLE color: 10845026.

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

Color convert

RGB 98 123 165 -
CMYK 0.41 0.25 0 0.35
HSL 217.61º 0.27% 0.52% -
HSV(B) 217.61º 0.41% 0.65% -
XYZ 18.91 19.48 38.36 -
YUV 120.31 153.22 112.08 -
System Red Green Blue C M Y K H S L
Decimal 98 123 165 0.41 0.25 0 0.35 217.61 0.27 0.52
Hex 62 7B A5 29 19 0 23 DA 1B 34
Octal 142 173 245 51 31 0 43 332 33 64
Binary 1100010 1111011 10100101 101001 11001 0 100011 11011010 11011 110100

Color Harmonies of #627BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627BA5

Black with #627BA5

Text Example


Text Example

White with #627BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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