Html Css Color HEX #69308F Kingfisher Daisy

📋 copy color: '#69308F'

red 105 ◦ green 48 ◦ blue 143

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

Shades of Kingfisher Daisy #69308F

Tints of Kingfisher Daisy #69308F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.22%

 BLUE value IS 143 (56.25% from 255) = 48.31%

R = 35.47%
G = 16.22%
B = 48.31%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#69308F (or 0x69308F) is known color: Kingfisher Daisy. HEX triplet: 69, 30 and 8F. RGB value is (105,48,143). Sum of RGB (Red+Green+Blue) = 105+48+143=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 143 (56.25% from 255 or 48.31% from 296); Max value from RGB is 143 - color contains mainly: blue. Hex color #69308F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69308F is #96CF70. Grayscale: #4B4B4B. Windows color (decimal): -9883505 or 9384041. OLE color: 9384041.

HSL color Cylindrical-coordinate representation of color #69308F: hue angle of 276º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #69308F is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 48 143 -
CMYK 0.27 0.66 0 0.44
HSL 276º 0.5% 0.37% -
HSV(B) 276º 0.66% 0.56% -
XYZ 11.84 7.1 26.73 -
YUV 75.87 165.88 148.78 -
System Red Green Blue C M Y K H S L
Decimal 105 48 143 0.27 0.66 0 0.44 276 0.5 0.37
Hex 69 30 8F 1B 42 0 2C 114 32 25
Octal 151 60 217 33 102 0 54 424 62 45
Binary 1101001 110000 10001111 11011 1000010 0 101100 100010100 110010 100101

Color Harmonies of #69308F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69308F

Black with #69308F

Text Example


Text Example

White with #69308F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69308F; }

 p { color: rgb(105,48,143); }

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

background-color css

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

 a { background-color: rgb(105,48,143); }

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

border-color css

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

 span { border-color: rgb(105,48,143); }

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