Html Css Color HEX #699CCC Picton Blue

📋 copy color: '#699CCC'

red 105 ◦ green 156 ◦ blue 204

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

Shades of Picton Blue #699CCC

Tints of Picton Blue #699CCC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.55%

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

R = 22.58%
G = 33.55%
B = 43.87%

CMYK

 C value IS 0.49

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#699CCC (or 0x699CCC) is known color: Picton Blue. HEX triplet: 69, 9C and CC. RGB value is (105,156,204). Sum of RGB (Red+Green+Blue) = 105+156+204=465 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.58% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #699CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699CCC is #966333. Grayscale: #919191. Windows color (decimal): -9855796 or 13409385. OLE color: 13409385.

HSL color Cylindrical-coordinate representation of color #699CCC: hue angle of 209.09º 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 #699CCC is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 105 156 204 -
CMYK 0.49 0.24 0 0.2
HSL 209.09º 0.49% 0.61% -
HSV(B) 209.09º 0.49% 0.8% -
XYZ 28.61 31.14 61.63 -
YUV 146.22 160.6 98.6 -
System Red Green Blue C M Y K H S L
Decimal 105 156 204 0.49 0.24 0 0.2 209.09 0.49 0.61
Hex 69 9C CC 31 18 0 14 D1 31 3D
Octal 151 234 314 61 30 0 24 321 61 75
Binary 1101001 10011100 11001100 110001 11000 0 10100 11010001 110001 111101

Color Harmonies of #699CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699CCC

Black with #699CCC

Text Example


Text Example

White with #699CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699CCC; }

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

 H1.HeaderClassName
 {
   color: #699CCC;
 }
 .AnyTagClassName
 {
   color: #699CCC;
 }
</style>

background-color css

<style>
 a { background-color: #699CCC; }

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

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

border-color css

<style>
 span { border-color: #699CCC; }

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

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