Html Css Color HEX #692193 Kingfisher Daisy

📋 copy color: '#692193'

red 105 ◦ green 33 ◦ blue 147

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

Shades of Kingfisher Daisy #692193

Tints of Kingfisher Daisy #692193

RGB

 RED value IS 105 (41.41% from 255) = 36.84%

 GREEN value IS 33 (13.28% from 255) = 11.58%

 BLUE value IS 147 (57.81% from 255) = 51.58%

R = 36.84%
G = 11.58%
B = 51.58%

CMYK

 C value IS 0.29

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#692193 (or 0x692193) is known color: Kingfisher Daisy. HEX triplet: 69, 21 and 93. RGB value is (105,33,147). Sum of RGB (Red+Green+Blue) = 105+33+147=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #692193 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692193 is #96DE6C. Grayscale: #434343. Windows color (decimal): -9887341 or 9642345. OLE color: 9642345.

HSL color Cylindrical-coordinate representation of color #692193: hue angle of 277.89º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #692193 is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 33 147 -
CMYK 0.29 0.78 0 0.42
HSL 277.89º 0.63% 0.35% -
HSV(B) 277.89º 0.78% 0.58% -
XYZ 11.64 6.2 28.19 -
YUV 67.52 172.85 154.73 -
System Red Green Blue C M Y K H S L
Decimal 105 33 147 0.29 0.78 0 0.42 277.89 0.63 0.35
Hex 69 21 93 1D 4E 0 2A 116 3F 23
Octal 151 41 223 35 116 0 52 426 77 43
Binary 1101001 100001 10010011 11101 1001110 0 101010 100010110 111111 100011

Color Harmonies of #692193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692193

Black with #692193

Text Example


Text Example

White with #692193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692193; }

 p { color: rgb(105,33,147); }

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

background-color css

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

 a { background-color: rgb(105,33,147); }

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

border-color css

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

 span { border-color: rgb(105,33,147); }

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