Html Css Color HEX #66268C Kingfisher Daisy

📋 copy color: '#66268C'

red 102 ◦ green 38 ◦ blue 140

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

Shades of Kingfisher Daisy #66268C

Tints of Kingfisher Daisy #66268C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.57%

 BLUE value IS 140 (55.08% from 255) = 50%

R = 36.43%
G = 13.57%
B = 50%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#66268C (or 0x66268C) is known color: Kingfisher Daisy. HEX triplet: 66, 26 and 8C. RGB value is (102,38,140). Sum of RGB (Red+Green+Blue) = 102+38+140=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 140 (55.08% from 255 or 50% from 280); Max value from RGB is 140 - color contains mainly: blue. Hex color #66268C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66268C is #99D973. Grayscale: #444444. Windows color (decimal): -10082676 or 9184870. OLE color: 9184870.

HSL color Cylindrical-coordinate representation of color #66268C: hue angle of 277.65º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #66268C is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 38 140 -
CMYK 0.27 0.73 0 0.45
HSL 277.65º 0.57% 0.35% -
HSV(B) 277.65º 0.73% 0.55% -
XYZ 10.91 6.1 25.41 -
YUV 68.76 168.2 151.71 -
System Red Green Blue C M Y K H S L
Decimal 102 38 140 0.27 0.73 0 0.45 277.65 0.57 0.35
Hex 66 26 8C 1B 49 0 2D 116 39 23
Octal 146 46 214 33 111 0 55 426 71 43
Binary 1100110 100110 10001100 11011 1001001 0 101101 100010110 111001 100011

Color Harmonies of #66268C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66268C

Black with #66268C

Text Example


Text Example

White with #66268C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66268C; }

 p { color: rgb(102,38,140); }

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

background-color css

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

 a { background-color: rgb(102,38,140); }

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

border-color css

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

 span { border-color: rgb(102,38,140); }

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