Html Css Color HEX #669ACA Picton Blue

📋 copy color: '#669ACA'

red 102 ◦ green 154 ◦ blue 202

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

Shades of Picton Blue #669ACA

Tints of Picton Blue #669ACA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.62%

 BLUE value IS 202 (79.3% from 255) = 44.1%

R = 22.27%
G = 33.62%
B = 44.1%

CMYK

 C value IS 0.50

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#669ACA (or 0x669ACA) is known color: Picton Blue. HEX triplet: 66, 9A and CA. RGB value is (102,154,202). Sum of RGB (Red+Green+Blue) = 102+154+202=458 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.27% from 458); Green value is 154 (60.55% from 255 or 33.62% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #669ACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669ACA is #996535. Grayscale: #8F8F8F. Windows color (decimal): -10052918 or 13277798. OLE color: 13277798.

HSL color Cylindrical-coordinate representation of color #669ACA: hue angle of 208.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #669ACA is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 154 202 -
CMYK 0.50 0.24 0 0.21
HSL 208.8º 0.49% 0.6% -
HSV(B) 208.8º 0.5% 0.79% -
XYZ 27.7 30.2 60.25 -
YUV 143.92 160.77 98.1 -
System Red Green Blue C M Y K H S L
Decimal 102 154 202 0.50 0.24 0 0.21 208.8 0.49 0.6
Hex 66 9A CA 32 18 0 15 D1 31 3C
Octal 146 232 312 62 30 0 25 321 61 74
Binary 1100110 10011010 11001010 110010 11000 0 10101 11010001 110001 111100

Color Harmonies of #669ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669ACA

Black with #669ACA

Text Example


Text Example

White with #669ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669ACA; }

 p { color: rgb(102,154,202); }

 H1.HeaderClassName
 {
   color: #669ACA;
 }
 .AnyTagClassName
 {
   color: #669ACA;
 }
</style>

background-color css

<style>
 a { background-color: #669ACA; }

 a { background-color: rgb(102,154,202); }

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

border-color css

<style>
 span { border-color: #669ACA; }

 span { border-color: rgb(102,154,202); }

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