Html Css Color HEX #633F85 Kingfisher Daisy

📋 copy color: '#633F85'

red 99 ◦ green 63 ◦ blue 133

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

Shades of Kingfisher Daisy #633F85

Tints of Kingfisher Daisy #633F85

RGB

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

 GREEN value IS 63 (25% from 255) = 21.36%

 BLUE value IS 133 (52.34% from 255) = 45.08%

R = 33.56%
G = 21.36%
B = 45.08%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#633F85 (or 0x633F85) is known color: Kingfisher Daisy. HEX triplet: 63, 3F and 85. RGB value is (99,63,133). Sum of RGB (Red+Green+Blue) = 99+63+133=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 133 - color contains mainly: blue. Hex color #633F85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #633F85 is #9CC07A. Grayscale: #515151. Windows color (decimal): -10272891 or 8732515. OLE color: 8732515.

HSL color Cylindrical-coordinate representation of color #633F85: hue angle of 270.86º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #633F85 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 63 133 -
CMYK 0.26 0.53 0 0.48
HSL 270.86º 0.36% 0.38% -
HSV(B) 270.86º 0.53% 0.52% -
XYZ 11.16 7.9 23.13 -
YUV 81.74 156.93 140.31 -
System Red Green Blue C M Y K H S L
Decimal 99 63 133 0.26 0.53 0 0.48 270.86 0.36 0.38
Hex 63 3F 85 1A 35 0 30 10F 24 26
Octal 143 77 205 32 65 0 60 417 44 46
Binary 1100011 111111 10000101 11010 110101 0 110000 100001111 100100 100110

Color Harmonies of #633F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633F85

Black with #633F85

Text Example


Text Example

White with #633F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633F85; }

 p { color: rgb(99,63,133); }

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

background-color css

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

 a { background-color: rgb(99,63,133); }

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

border-color css

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

 span { border-color: rgb(99,63,133); }

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