Html Css Color HEX #669BCA Picton Blue

📋 copy color: '#669BCA'

red 102 ◦ green 155 ◦ blue 202

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

Shades of Picton Blue #669BCA

Tints of Picton Blue #669BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.01%

R = 22.22%
G = 33.77%
B = 44.01%

CMYK

 C value IS 0.50

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#669BCA (or 0x669BCA) is known color: Picton Blue. HEX triplet: 66, 9B and CA. RGB value is (102,155,202). Sum of RGB (Red+Green+Blue) = 102+155+202=459 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.22% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #669BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669BCA is #996435. Grayscale: #909090. Windows color (decimal): -10052662 or 13278054. OLE color: 13278054.

HSL color Cylindrical-coordinate representation of color #669BCA: hue angle of 208.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #669BCA is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 155 202 -
CMYK 0.50 0.23 0 0.21
HSL 208.2º 0.49% 0.6% -
HSV(B) 208.2º 0.5% 0.79% -
XYZ 27.86 30.53 60.3 -
YUV 144.51 160.44 97.68 -
System Red Green Blue C M Y K H S L
Decimal 102 155 202 0.50 0.23 0 0.21 208.2 0.49 0.6
Hex 66 9B CA 32 17 0 15 D0 31 3C
Octal 146 233 312 62 27 0 25 320 61 74
Binary 1100110 10011011 11001010 110010 10111 0 10101 11010000 110001 111100

Color Harmonies of #669BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669BCA

Black with #669BCA

Text Example


Text Example

White with #669BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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