Html Css Color HEX #669DDA Picton Blue

📋 copy color: '#669DDA'

red 102 ◦ green 157 ◦ blue 218

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

Shades of Picton Blue #669DDA

Tints of Picton Blue #669DDA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.91%

 BLUE value IS 218 (85.55% from 255) = 45.7%

R = 21.38%
G = 32.91%
B = 45.7%

CMYK

 C value IS 0.53

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#669DDA (or 0x669DDA) is known color: Picton Blue. HEX triplet: 66, 9D and DA. RGB value is (102,157,218). Sum of RGB (Red+Green+Blue) = 102+157+218=477 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.38% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #669DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669DDA is #996225. Grayscale: #939393. Windows color (decimal): -10052134 or 14327142. OLE color: 14327142.

HSL color Cylindrical-coordinate representation of color #669DDA: hue angle of 211.55º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #669DDA is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 157 218 -
CMYK 0.53 0.28 0 0.15
HSL 211.55º 0.61% 0.63% -
HSV(B) 211.55º 0.53% 0.85% -
XYZ 30.19 32 70.92 -
YUV 147.51 167.78 95.54 -
System Red Green Blue C M Y K H S L
Decimal 102 157 218 0.53 0.28 0 0.15 211.55 0.61 0.63
Hex 66 9D DA 35 1C 0 F D4 3D 3F
Octal 146 235 332 65 34 0 17 324 75 77
Binary 1100110 10011101 11011010 110101 11100 0 1111 11010100 111101 111111

Color Harmonies of #669DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669DDA

Black with #669DDA

Text Example


Text Example

White with #669DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,157,218); }

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

background-color css

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

 a { background-color: rgb(102,157,218); }

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

border-color css

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

 span { border-color: rgb(102,157,218); }

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