Html Css Color HEX #69A4CC Picton Blue

📋 copy color: '#69A4CC'

red 105 ◦ green 164 ◦ blue 204

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

Shades of Picton Blue #69A4CC

Tints of Picton Blue #69A4CC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.67%

 BLUE value IS 204 (80.08% from 255) = 43.13%

R = 22.2%
G = 34.67%
B = 43.13%

CMYK

 C value IS 0.49

 M value IS 0.20

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#69A4CC (or 0x69A4CC) is known color: Picton Blue. HEX triplet: 69, A4 and CC. RGB value is (105,164,204). Sum of RGB (Red+Green+Blue) = 105+164+204=473 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.20% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #69A4CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A4CC is #965B33. Grayscale: #969696. Windows color (decimal): -9853748 or 13411433. OLE color: 13411433.

HSL color Cylindrical-coordinate representation of color #69A4CC: hue angle of 204.24º degrees, saturation: 0.49, 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 #69A4CC is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 105 164 204 -
CMYK 0.49 0.20 0 0.2
HSL 204.24º 0.49% 0.61% -
HSV(B) 204.24º 0.49% 0.8% -
XYZ 30 33.91 62.09 -
YUV 150.92 157.95 95.25 -
System Red Green Blue C M Y K H S L
Decimal 105 164 204 0.49 0.20 0 0.2 204.24 0.49 0.61
Hex 69 A4 CC 31 14 0 14 CC 31 3D
Octal 151 244 314 61 24 0 24 314 61 75
Binary 1101001 10100100 11001100 110001 10100 0 10100 11001100 110001 111101

Color Harmonies of #69A4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A4CC

Black with #69A4CC

Text Example


Text Example

White with #69A4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,164,204); }

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

background-color css

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

 a { background-color: rgb(105,164,204); }

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

border-color css

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

 span { border-color: rgb(105,164,204); }

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