Html Css Color HEX #623485 Kingfisher Daisy

📋 copy color: '#623485'

red 98 ◦ green 52 ◦ blue 133

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

Shades of Kingfisher Daisy #623485

Tints of Kingfisher Daisy #623485

RGB

 RED value IS 98 (38.67% from 255) = 34.63%

 GREEN value IS 52 (20.7% from 255) = 18.37%

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

R = 34.63%
G = 18.37%
B = 47%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#623485 (or 0x623485) is known color: Kingfisher Daisy. HEX triplet: 62, 34 and 85. RGB value is (98,52,133). Sum of RGB (Red+Green+Blue) = 98+52+133=283 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.63% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #623485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #623485 is #9DCB7A. Grayscale: #4A4A4A. Windows color (decimal): -10341243 or 8729698. OLE color: 8729698.

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

Color convert

RGB 98 52 133 -
CMYK 0.26 0.61 0 0.48
HSL 274.07º 0.44% 0.36% -
HSV(B) 274.07º 0.61% 0.52% -
XYZ 10.5 6.75 22.94 -
YUV 74.99 160.74 144.41 -
System Red Green Blue C M Y K H S L
Decimal 98 52 133 0.26 0.61 0 0.48 274.07 0.44 0.36
Hex 62 34 85 1A 3D 0 30 112 2C 24
Octal 142 64 205 32 75 0 60 422 54 44
Binary 1100010 110100 10000101 11010 111101 0 110000 100010010 101100 100100

Color Harmonies of #623485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #623485

Black with #623485

Text Example


Text Example

White with #623485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #623485; }

 p { color: rgb(98,52,133); }

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

background-color css

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

 a { background-color: rgb(98,52,133); }

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

border-color css

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

 span { border-color: rgb(98,52,133); }

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