Html Css Color HEX #669BDB Picton Blue

📋 copy color: '#669BDB'

red 102 ◦ green 155 ◦ blue 219

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

Shades of Picton Blue #669BDB

Tints of Picton Blue #669BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.56%

 BLUE value IS 219 (85.94% from 255) = 46.01%

R = 21.43%
G = 32.56%
B = 46.01%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#669BDB (or 0x669BDB) is known color: Picton Blue. HEX triplet: 66, 9B and DB. RGB value is (102,155,219). Sum of RGB (Red+Green+Blue) = 102+155+219=476 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.43% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #669BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669BDB is #996424. Grayscale: #929292. Windows color (decimal): -10052645 or 14392166. OLE color: 14392166.

HSL color Cylindrical-coordinate representation of color #669BDB: hue angle of 212.82º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #669BDB is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 155 219 -
CMYK 0.53 0.29 0 0.14
HSL 212.82º 0.62% 0.63% -
HSV(B) 212.82º 0.53% 0.86% -
XYZ 29.99 31.38 71.49 -
YUV 146.45 168.94 96.3 -
System Red Green Blue C M Y K H S L
Decimal 102 155 219 0.53 0.29 0 0.14 212.82 0.62 0.63
Hex 66 9B DB 35 1D 0 E D5 3E 3F
Octal 146 233 333 65 35 0 16 325 76 77
Binary 1100110 10011011 11011011 110101 11101 0 1110 11010101 111110 111111

Color Harmonies of #669BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669BDB

Black with #669BDB

Text Example


Text Example

White with #669BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,155,219); }

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

background-color css

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

 a { background-color: rgb(102,155,219); }

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

border-color css

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

 span { border-color: rgb(102,155,219); }

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