Html Css Color HEX #69A1CD Picton Blue

📋 copy color: '#69A1CD'

red 105 ◦ green 161 ◦ blue 205

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

Shades of Picton Blue #69A1CD

Tints of Picton Blue #69A1CD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.18%

 BLUE value IS 205 (80.47% from 255) = 43.52%

R = 22.29%
G = 34.18%
B = 43.52%

CMYK

 C value IS 0.49

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#69A1CD (or 0x69A1CD) is known color: Picton Blue. HEX triplet: 69, A1 and CD. RGB value is (105,161,205). Sum of RGB (Red+Green+Blue) = 105+161+205=471 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.29% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #69A1CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A1CD is #965E32. Grayscale: #959595. Windows color (decimal): -9854515 or 13476201. OLE color: 13476201.

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

Color convert

RGB 105 161 205 -
CMYK 0.49 0.21 0 0.20
HSL 206.4º 0.5% 0.61% -
HSV(B) 206.4º 0.49% 0.8% -
XYZ 29.59 32.9 62.55 -
YUV 149.27 159.45 96.42 -
System Red Green Blue C M Y K H S L
Decimal 105 161 205 0.49 0.21 0 0.20 206.4 0.5 0.61
Hex 69 A1 CD 31 15 0 14 CE 32 3D
Octal 151 241 315 61 25 0 24 316 62 75
Binary 1101001 10100001 11001101 110001 10101 0 10100 11001110 110010 111101

Color Harmonies of #69A1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A1CD

Black with #69A1CD

Text Example


Text Example

White with #69A1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,161,205); }

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

background-color css

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

 a { background-color: rgb(105,161,205); }

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

border-color css

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

 span { border-color: rgb(105,161,205); }

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