Html Css Color HEX #634384 Kingfisher Daisy

📋 copy color: '#634384'

red 99 ◦ green 67 ◦ blue 132

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

Shades of Kingfisher Daisy #634384

Tints of Kingfisher Daisy #634384

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.48%

 BLUE value IS 132 (51.95% from 255) = 44.3%

R = 33.22%
G = 22.48%
B = 44.3%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#634384 (or 0x634384) is known color: Kingfisher Daisy. HEX triplet: 63, 43 and 84. RGB value is (99,67,132). Sum of RGB (Red+Green+Blue) = 99+67+132=298 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.22% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 132 - color contains mainly: blue. Hex color #634384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634384 is #9CBC7B. Grayscale: #535353. Windows color (decimal): -10271868 or 8668003. OLE color: 8668003.

HSL color Cylindrical-coordinate representation of color #634384: hue angle of 269.54º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #634384 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 67 132 -
CMYK 0.25 0.49 0 0.48
HSL 269.54º 0.33% 0.39% -
HSV(B) 269.54º 0.49% 0.52% -
XYZ 11.32 8.33 22.84 -
YUV 83.98 155.1 138.71 -
System Red Green Blue C M Y K H S L
Decimal 99 67 132 0.25 0.49 0 0.48 269.54 0.33 0.39
Hex 63 43 84 19 31 0 30 10E 21 27
Octal 143 103 204 31 61 0 60 416 41 47
Binary 1100011 1000011 10000100 11001 110001 0 110000 100001110 100001 100111

Color Harmonies of #634384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634384

Black with #634384

Text Example


Text Example

White with #634384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634384; }

 p { color: rgb(99,67,132); }

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

background-color css

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

 a { background-color: rgb(99,67,132); }

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

border-color css

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

 span { border-color: rgb(99,67,132); }

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