Html Css Color HEX #669CD3 Picton Blue

📋 copy color: '#669CD3'

red 102 ◦ green 156 ◦ blue 211

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

Shades of Picton Blue #669CD3

Tints of Picton Blue #669CD3

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.26%

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

R = 21.75%
G = 33.26%
B = 44.99%

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

#669CD3 (or 0x669CD3) is known color: Picton Blue. HEX triplet: 66, 9C and D3. RGB value is (102,156,211). Sum of RGB (Red+Green+Blue) = 102+156+211=469 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.75% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 211 (82.81% from 255 or 44.99% from 469); Max value from RGB is 211 - color contains mainly: blue. Hex color #669CD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669CD3 is #99632C. Grayscale: #919191. Windows color (decimal): -10052397 or 13868134. OLE color: 13868134.

HSL color Cylindrical-coordinate representation of color #669CD3: hue angle of 210.28º 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 #669CD3 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 102 156 211 -
CMYK 0.52 0.26 0 0.17
HSL 210.28º 0.55% 0.61% -
HSV(B) 210.28º 0.52% 0.83% -
XYZ 29.13 31.3 66.14 -
YUV 146.12 164.61 96.53 -
System Red Green Blue C M Y K H S L
Decimal 102 156 211 0.52 0.26 0 0.17 210.28 0.55 0.61
Hex 66 9C D3 34 1A 0 11 D2 37 3D
Octal 146 234 323 64 32 0 21 322 67 75
Binary 1100110 10011100 11010011 110100 11010 0 10001 11010010 110111 111101

Color Harmonies of #669CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669CD3

Black with #669CD3

Text Example


Text Example

White with #669CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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