Html Css Color HEX #69338B Kingfisher Daisy

📋 copy color: '#69338B'

red 105 ◦ green 51 ◦ blue 139

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

Shades of Kingfisher Daisy #69338B

Tints of Kingfisher Daisy #69338B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.29%

 BLUE value IS 139 (54.69% from 255) = 47.12%

R = 35.59%
G = 17.29%
B = 47.12%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#69338B (or 0x69338B) is known color: Kingfisher Daisy. HEX triplet: 69, 33 and 8B. RGB value is (105,51,139). Sum of RGB (Red+Green+Blue) = 105+51+139=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #69338B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69338B is #96CC74. Grayscale: #4C4C4C. Windows color (decimal): -9882741 or 9122665. OLE color: 9122665.

HSL color Cylindrical-coordinate representation of color #69338B: hue angle of 276.82º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #69338B is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 51 139 -
CMYK 0.24 0.63 0 0.45
HSL 276.82º 0.46% 0.37% -
HSV(B) 276.82º 0.63% 0.55% -
XYZ 11.67 7.23 25.21 -
YUV 77.18 162.89 147.84 -
System Red Green Blue C M Y K H S L
Decimal 105 51 139 0.24 0.63 0 0.45 276.82 0.46 0.37
Hex 69 33 8B 18 3F 0 2D 115 2E 25
Octal 151 63 213 30 77 0 55 425 56 45
Binary 1101001 110011 10001011 11000 111111 0 101101 100010101 101110 100101

Color Harmonies of #69338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69338B

Black with #69338B

Text Example


Text Example

White with #69338B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69338B; }

 p { color: rgb(105,51,139); }

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

background-color css

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

 a { background-color: rgb(105,51,139); }

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

border-color css

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

 span { border-color: rgb(105,51,139); }

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