Html Css Color HEX #634581 Kingfisher Daisy

📋 copy color: '#634581'

red 99 ◦ green 69 ◦ blue 129

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

Shades of Kingfisher Daisy #634581

Tints of Kingfisher Daisy #634581

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.23%

 BLUE value IS 129 (50.78% from 255) = 43.43%

R = 33.33%
G = 23.23%
B = 43.43%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#634581 (or 0x634581) is known color: Kingfisher Daisy. HEX triplet: 63, 45 and 81. RGB value is (99,69,129). Sum of RGB (Red+Green+Blue) = 99+69+129=297 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.33% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 129 (50.78% from 255 or 43.43% from 297); Max value from RGB is 129 - color contains mainly: blue. Hex color #634581 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634581 is #9CBA7E. Grayscale: #545454. Windows color (decimal): -10271359 or 8471907. OLE color: 8471907.

HSL color Cylindrical-coordinate representation of color #634581: hue angle of 270º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #634581 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 69 129 -
CMYK 0.23 0.47 0 0.49
HSL 270º 0.3% 0.39% -
HSV(B) 270º 0.47% 0.51% -
XYZ 11.24 8.49 21.82 -
YUV 84.81 152.94 138.12 -
System Red Green Blue C M Y K H S L
Decimal 99 69 129 0.23 0.47 0 0.49 270 0.3 0.39
Hex 63 45 81 17 2F 0 31 10E 1E 27
Octal 143 105 201 27 57 0 61 416 36 47
Binary 1100011 1000101 10000001 10111 101111 0 110001 100001110 11110 100111

Color Harmonies of #634581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634581

Black with #634581

Text Example


Text Example

White with #634581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634581; }

 p { color: rgb(99,69,129); }

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

background-color css

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

 a { background-color: rgb(99,69,129); }

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

border-color css

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

 span { border-color: rgb(99,69,129); }

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