Html Css Color HEX #669FDA Picton Blue

📋 copy color: '#669FDA'

red 102 ◦ green 159 ◦ blue 218

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

Shades of Picton Blue #669FDA

Tints of Picton Blue #669FDA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.19%

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

R = 21.29%
G = 33.19%
B = 45.51%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#669FDA (or 0x669FDA) is known color: Picton Blue. HEX triplet: 66, 9F and DA. RGB value is (102,159,218). Sum of RGB (Red+Green+Blue) = 102+159+218=479 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.29% from 479); Green value is 159 (62.5% from 255 or 33.19% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #669FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669FDA is #996025. Grayscale: #949494. Windows color (decimal): -10051622 or 14327654. OLE color: 14327654.

HSL color Cylindrical-coordinate representation of color #669FDA: hue angle of 210.52º 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 #669FDA is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 159 218 -
CMYK 0.53 0.27 0 0.15
HSL 210.52º 0.61% 0.63% -
HSV(B) 210.52º 0.53% 0.85% -
XYZ 30.53 32.68 71.03 -
YUV 148.68 167.12 94.7 -
System Red Green Blue C M Y K H S L
Decimal 102 159 218 0.53 0.27 0 0.15 210.52 0.61 0.63
Hex 66 9F DA 35 1B 0 F D3 3D 3F
Octal 146 237 332 65 33 0 17 323 75 77
Binary 1100110 10011111 11011010 110101 11011 0 1111 11010011 111101 111111

Color Harmonies of #669FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669FDA

Black with #669FDA

Text Example


Text Example

White with #669FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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