Html Css Color HEX #669DD3 Picton Blue

📋 copy color: '#669DD3'

red 102 ◦ green 157 ◦ blue 211

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

Shades of Picton Blue #669DD3

Tints of Picton Blue #669DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 44.89%

R = 21.7%
G = 33.4%
B = 44.89%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#669DD3 (or 0x669DD3) is known color: Picton Blue. HEX triplet: 66, 9D and D3. RGB value is (102,157,211). Sum of RGB (Red+Green+Blue) = 102+157+211=470 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.70% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 211 (82.81% from 255 or 44.89% from 470); Max value from RGB is 211 - color contains mainly: blue. Hex color #669DD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669DD3 is #99622C. Grayscale: #929292. Windows color (decimal): -10052141 or 13868390. OLE color: 13868390.

HSL color Cylindrical-coordinate representation of color #669DD3: hue angle of 209.72º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #669DD3 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 102 157 211 -
CMYK 0.52 0.26 0 0.17
HSL 209.72º 0.55% 0.61% -
HSV(B) 209.72º 0.52% 0.83% -
XYZ 29.29 31.64 66.19 -
YUV 146.71 164.28 96.11 -
System Red Green Blue C M Y K H S L
Decimal 102 157 211 0.52 0.26 0 0.17 209.72 0.55 0.61
Hex 66 9D D3 34 1A 0 11 D2 37 3D
Octal 146 235 323 64 32 0 21 322 67 75
Binary 1100110 10011101 11010011 110100 11010 0 10001 11010010 110111 111101

Color Harmonies of #669DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669DD3

Black with #669DD3

Text Example


Text Example

White with #669DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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