Html Css Color HEX #69A7CE Picton Blue

📋 copy color: '#69A7CE'

red 105 ◦ green 167 ◦ blue 206

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

Shades of Picton Blue #69A7CE

Tints of Picton Blue #69A7CE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.94%

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 21.97%
G = 34.94%
B = 43.1%

CMYK

 C value IS 0.49

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#69A7CE (or 0x69A7CE) is known color: Picton Blue. HEX triplet: 69, A7 and CE. RGB value is (105,167,206). Sum of RGB (Red+Green+Blue) = 105+167+206=478 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.97% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #69A7CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A7CE is #965831. Grayscale: #989898. Windows color (decimal): -9852978 or 13543273. OLE color: 13543273.

HSL color Cylindrical-coordinate representation of color #69A7CE: hue angle of 203.17º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69A7CE is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 167 206 -
CMYK 0.49 0.19 0 0.19
HSL 203.17º 0.51% 0.61% -
HSV(B) 203.17º 0.49% 0.81% -
XYZ 30.78 35.1 63.54 -
YUV 152.91 157.96 93.83 -
System Red Green Blue C M Y K H S L
Decimal 105 167 206 0.49 0.19 0 0.19 203.17 0.51 0.61
Hex 69 A7 CE 31 13 0 13 CB 33 3D
Octal 151 247 316 61 23 0 23 313 63 75
Binary 1101001 10100111 11001110 110001 10011 0 10011 11001011 110011 111101

Color Harmonies of #69A7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A7CE

Black with #69A7CE

Text Example


Text Example

White with #69A7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,167,206); }

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

background-color css

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

 a { background-color: rgb(105,167,206); }

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

border-color css

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

 span { border-color: rgb(105,167,206); }

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