Html Css Color HEX #634085 Kingfisher Daisy

📋 copy color: '#634085'

red 99 ◦ green 64 ◦ blue 133

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

Shades of Kingfisher Daisy #634085

Tints of Kingfisher Daisy #634085

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.62%

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

R = 33.45%
G = 21.62%
B = 44.93%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#634085 (or 0x634085) is known color: Kingfisher Daisy. HEX triplet: 63, 40 and 85. RGB value is (99,64,133). Sum of RGB (Red+Green+Blue) = 99+64+133=296 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.45% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 133 - color contains mainly: blue. Hex color #634085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634085 is #9CBF7A. Grayscale: #525252. Windows color (decimal): -10272635 or 8732771. OLE color: 8732771.

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

Color convert

RGB 99 64 133 -
CMYK 0.26 0.52 0 0.48
HSL 270.43º 0.35% 0.39% -
HSV(B) 270.43º 0.52% 0.52% -
XYZ 11.21 8.01 23.15 -
YUV 82.33 156.6 139.89 -
System Red Green Blue C M Y K H S L
Decimal 99 64 133 0.26 0.52 0 0.48 270.43 0.35 0.39
Hex 63 40 85 1A 34 0 30 10E 23 27
Octal 143 100 205 32 64 0 60 416 43 47
Binary 1100011 1000000 10000101 11010 110100 0 110000 100001110 100011 100111

Color Harmonies of #634085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634085

Black with #634085

Text Example


Text Example

White with #634085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634085; }

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

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

background-color css

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

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

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

border-color css

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

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

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