Html Css Color HEX #669BD5 Picton Blue

📋 copy color: '#669BD5'

red 102 ◦ green 155 ◦ blue 213

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

Shades of Picton Blue #669BD5

Tints of Picton Blue #669BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.32%

R = 21.7%
G = 32.98%
B = 45.32%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#669BD5 (or 0x669BD5) is known color: Picton Blue. HEX triplet: 66, 9B and D5. RGB value is (102,155,213). Sum of RGB (Red+Green+Blue) = 102+155+213=470 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.70% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 213 (83.59% from 255 or 45.32% from 470); Max value from RGB is 213 - color contains mainly: blue. Hex color #669BD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669BD5 is #99642A. Grayscale: #919191. Windows color (decimal): -10052651 or 13998950. OLE color: 13998950.

HSL color Cylindrical-coordinate representation of color #669BD5: hue angle of 211.35º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #669BD5 is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 155 213 -
CMYK 0.52 0.27 0 0.16
HSL 211.35º 0.57% 0.62% -
HSV(B) 211.35º 0.52% 0.84% -
XYZ 29.21 31.07 67.41 -
YUV 145.77 165.94 96.78 -
System Red Green Blue C M Y K H S L
Decimal 102 155 213 0.52 0.27 0 0.16 211.35 0.57 0.62
Hex 66 9B D5 34 1B 0 10 D3 39 3E
Octal 146 233 325 64 33 0 20 323 71 76
Binary 1100110 10011011 11010101 110100 11011 0 10000 11010011 111001 111110

Color Harmonies of #669BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669BD5

Black with #669BD5

Text Example


Text Example

White with #669BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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