Html Css Color HEX #634283 Kingfisher Daisy

📋 copy color: '#634283'

red 99 ◦ green 66 ◦ blue 131

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

Shades of Kingfisher Daisy #634283

Tints of Kingfisher Daisy #634283

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.3%

 BLUE value IS 131 (51.56% from 255) = 44.26%

R = 33.45%
G = 22.3%
B = 44.26%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#634283 (or 0x634283) is known color: Kingfisher Daisy. HEX triplet: 63, 42 and 83. RGB value is (99,66,131). Sum of RGB (Red+Green+Blue) = 99+66+131=296 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.45% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 131 - color contains mainly: blue. Hex color #634283 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634283 is #9CBD7C. Grayscale: #535353. Windows color (decimal): -10272125 or 8602211. OLE color: 8602211.

HSL color Cylindrical-coordinate representation of color #634283: hue angle of 270.46º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #634283 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 66 131 -
CMYK 0.24 0.50 0 0.49
HSL 270.46º 0.33% 0.39% -
HSV(B) 270.46º 0.5% 0.51% -
XYZ 11.19 8.19 22.46 -
YUV 83.28 154.93 139.21 -
System Red Green Blue C M Y K H S L
Decimal 99 66 131 0.24 0.50 0 0.49 270.46 0.33 0.39
Hex 63 42 83 18 32 0 31 10E 21 27
Octal 143 102 203 30 62 0 61 416 41 47
Binary 1100011 1000010 10000011 11000 110010 0 110001 100001110 100001 100111

Color Harmonies of #634283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634283

Black with #634283

Text Example


Text Example

White with #634283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634283; }

 p { color: rgb(99,66,131); }

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

background-color css

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

 a { background-color: rgb(99,66,131); }

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

border-color css

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

 span { border-color: rgb(99,66,131); }

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