Html Css Color HEX #69A6CB Picton Blue

📋 copy color: '#69A6CB'

red 105 ◦ green 166 ◦ blue 203

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

Shades of Picton Blue #69A6CB

Tints of Picton Blue #69A6CB

RGB

 RED value IS 105 (41.41% from 255) = 22.15%

 GREEN value IS 166 (65.23% from 255) = 35.02%

 BLUE value IS 203 (79.69% from 255) = 42.83%

R = 22.15%
G = 35.02%
B = 42.83%

CMYK

 C value IS 0.48

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#69A6CB (or 0x69A6CB) is known color: Picton Blue. HEX triplet: 69, A6 and CB. RGB value is (105,166,203). Sum of RGB (Red+Green+Blue) = 105+166+203=474 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.15% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #69A6CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A6CB is #965934. Grayscale: #979797. Windows color (decimal): -9853237 or 13346409. OLE color: 13346409.

HSL color Cylindrical-coordinate representation of color #69A6CB: hue angle of 202.65º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69A6CB is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 166 203 -
CMYK 0.48 0.18 0 0.20
HSL 202.65º 0.49% 0.6% -
HSV(B) 202.65º 0.48% 0.8% -
XYZ 30.24 34.59 61.58 -
YUV 151.98 156.79 94.49 -
System Red Green Blue C M Y K H S L
Decimal 105 166 203 0.48 0.18 0 0.20 202.65 0.49 0.6
Hex 69 A6 CB 30 12 0 14 CB 31 3C
Octal 151 246 313 60 22 0 24 313 61 74
Binary 1101001 10100110 11001011 110000 10010 0 10100 11001011 110001 111100

Color Harmonies of #69A6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A6CB

Black with #69A6CB

Text Example


Text Example

White with #69A6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69A6CB; }

 p { color: rgb(105,166,203); }

 H1.HeaderClassName
 {
   color: #69A6CB;
 }
 .AnyTagClassName
 {
   color: #69A6CB;
 }
</style>

background-color css

<style>
 a { background-color: #69A6CB; }

 a { background-color: rgb(105,166,203); }

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

border-color css

<style>
 span { border-color: #69A6CB; }

 span { border-color: rgb(105,166,203); }

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