Html Css Color HEX #66A7C6 Picton Blue

📋 copy color: '#66A7C6'

red 102 ◦ green 167 ◦ blue 198

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

Shades of Picton Blue #66A7C6

Tints of Picton Blue #66A7C6

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.76%

 BLUE value IS 198 (77.73% from 255) = 42.4%

R = 21.84%
G = 35.76%
B = 42.4%

CMYK

 C value IS 0.48

 M value IS 0.16

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#66A7C6 (or 0x66A7C6) is known color: Picton Blue. HEX triplet: 66, A7 and C6. RGB value is (102,167,198). Sum of RGB (Red+Green+Blue) = 102+167+198=467 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.84% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 198 - color contains mainly: blue. Hex color #66A7C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A7C6 is #995839. Grayscale: #969696. Windows color (decimal): -10049594 or 13018982. OLE color: 13018982.

HSL color Cylindrical-coordinate representation of color #66A7C6: hue angle of 199.38º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66A7C6 is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 102 167 198 -
CMYK 0.48 0.16 0 0.22
HSL 199.38º 0.46% 0.59% -
HSV(B) 199.38º 0.48% 0.78% -
XYZ 29.49 34.54 58.54 -
YUV 151.1 154.47 92.98 -
System Red Green Blue C M Y K H S L
Decimal 102 167 198 0.48 0.16 0 0.22 199.38 0.46 0.59
Hex 66 A7 C6 30 10 0 16 C7 2E 3B
Octal 146 247 306 60 20 0 26 307 56 73
Binary 1100110 10100111 11000110 110000 10000 0 10110 11000111 101110 111011

Color Harmonies of #66A7C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A7C6

Black with #66A7C6

Text Example


Text Example

White with #66A7C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66A7C6; }

 p { color: rgb(102,167,198); }

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

background-color css

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

 a { background-color: rgb(102,167,198); }

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

border-color css

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

 span { border-color: rgb(102,167,198); }

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