Html Css Color HEX #669CCF Picton Blue

📋 copy color: '#669CCF'

red 102 ◦ green 156 ◦ blue 207

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

Shades of Picton Blue #669CCF

Tints of Picton Blue #669CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.52%

R = 21.94%
G = 33.55%
B = 44.52%

CMYK

 C value IS 0.51

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#669CCF (or 0x669CCF) is known color: Picton Blue. HEX triplet: 66, 9C and CF. RGB value is (102,156,207). Sum of RGB (Red+Green+Blue) = 102+156+207=465 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.94% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #669CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669CCF is #996330. Grayscale: #919191. Windows color (decimal): -10052401 or 13605990. OLE color: 13605990.

HSL color Cylindrical-coordinate representation of color #669CCF: hue angle of 209.14º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #669CCF is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 156 207 -
CMYK 0.51 0.25 0 0.19
HSL 209.14º 0.52% 0.61% -
HSV(B) 209.14º 0.51% 0.81% -
XYZ 28.63 31.11 63.53 -
YUV 145.67 162.61 96.85 -
System Red Green Blue C M Y K H S L
Decimal 102 156 207 0.51 0.25 0 0.19 209.14 0.52 0.61
Hex 66 9C CF 33 19 0 13 D1 34 3D
Octal 146 234 317 63 31 0 23 321 64 75
Binary 1100110 10011100 11001111 110011 11001 0 10011 11010001 110100 111101

Color Harmonies of #669CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669CCF

Black with #669CCF

Text Example


Text Example

White with #669CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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