Html Css Color HEX #66308B Kingfisher Daisy

📋 copy color: '#66308B'

red 102 ◦ green 48 ◦ blue 139

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

Shades of Kingfisher Daisy #66308B

Tints of Kingfisher Daisy #66308B

RGB

 RED value IS 102 (40.23% from 255) = 35.29%

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

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

R = 35.29%
G = 16.61%
B = 48.1%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#66308B (or 0x66308B) is known color: Kingfisher Daisy. HEX triplet: 66, 30 and 8B. RGB value is (102,48,139). Sum of RGB (Red+Green+Blue) = 102+48+139=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #66308B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66308B is #99CF74. Grayscale: #4A4A4A. Windows color (decimal): -10080117 or 9121894. OLE color: 9121894.

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

Color convert

RGB 102 48 139 -
CMYK 0.27 0.65 0 0.45
HSL 275.6º 0.49% 0.37% -
HSV(B) 275.6º 0.65% 0.55% -
XYZ 11.2 6.8 25.15 -
YUV 74.52 164.39 147.6 -
System Red Green Blue C M Y K H S L
Decimal 102 48 139 0.27 0.65 0 0.45 275.6 0.49 0.37
Hex 66 30 8B 1B 41 0 2D 114 31 25
Octal 146 60 213 33 101 0 55 424 61 45
Binary 1100110 110000 10001011 11011 1000001 0 101101 100010100 110001 100101

Color Harmonies of #66308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66308B

Black with #66308B

Text Example


Text Example

White with #66308B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,48,139); }

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

background-color css

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

 a { background-color: rgb(102,48,139); }

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

border-color css

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

 span { border-color: rgb(102,48,139); }

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