Html Css Color HEX #63678B Waikawa Grey

📋 copy color: '#63678B'

red 99 ◦ green 103 ◦ blue 139

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

Shades of Waikawa Grey #63678B

Tints of Waikawa Grey #63678B

RGB

 RED value IS 99 (39.06% from 255) = 29.03%

 GREEN value IS 103 (40.63% from 255) = 30.21%

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

R = 29.03%
G = 30.21%
B = 40.76%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63678B (or 0x63678B) is known color: Waikawa Grey. HEX triplet: 63, 67 and 8B. RGB value is (99,103,139). Sum of RGB (Red+Green+Blue) = 99+103+139=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 139 - color contains mainly: blue. Hex color #63678B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63678B is #9C9874. Grayscale: #696969. Windows color (decimal): -10262645 or 9135971. OLE color: 9135971.

HSL color Cylindrical-coordinate representation of color #63678B: hue angle of 234º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #63678B is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 103 139 -
CMYK 0.29 0.26 0 0.45
HSL 234º 0.17% 0.47% -
HSV(B) 234º 0.29% 0.55% -
XYZ 14.66 14.22 26.4 -
YUV 105.91 146.67 123.07 -
System Red Green Blue C M Y K H S L
Decimal 99 103 139 0.29 0.26 0 0.45 234 0.17 0.47
Hex 63 67 8B 1D 1A 0 2D EA 11 2F
Octal 143 147 213 35 32 0 55 352 21 57
Binary 1100011 1100111 10001011 11101 11010 0 101101 11101010 10001 101111

Color Harmonies of #63678B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63678B

Black with #63678B

Text Example


Text Example

White with #63678B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,103,139); }

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

background-color css

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

 a { background-color: rgb(99,103,139); }

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

border-color css

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

 span { border-color: rgb(99,103,139); }

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