Html Css Color HEX #6899CC Picton Blue

📋 copy color: '#6899CC'

red 104 ◦ green 153 ◦ blue 204

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

Shades of Picton Blue #6899CC

Tints of Picton Blue #6899CC

RGB

 RED value IS 104 (41.02% from 255) = 22.56%

 GREEN value IS 153 (60.16% from 255) = 33.19%

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

R = 22.56%
G = 33.19%
B = 44.25%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6899CC (or 0x6899CC) is known color: Picton Blue. HEX triplet: 68, 99 and CC. RGB value is (104,153,204). Sum of RGB (Red+Green+Blue) = 104+153+204=461 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.56% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #6899CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6899CC is #976633. Grayscale: #8F8F8F. Windows color (decimal): -9922100 or 13408616. OLE color: 13408616.

HSL color Cylindrical-coordinate representation of color #6899CC: hue angle of 210.6º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6899CC is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 104 153 204 -
CMYK 0.49 0.25 0 0.2
HSL 210.6º 0.5% 0.6% -
HSV(B) 210.6º 0.49% 0.8% -
XYZ 28 30.09 61.46 -
YUV 144.16 161.77 99.35 -
System Red Green Blue C M Y K H S L
Decimal 104 153 204 0.49 0.25 0 0.2 210.6 0.5 0.6
Hex 68 99 CC 31 19 0 14 D3 32 3C
Octal 150 231 314 61 31 0 24 323 62 74
Binary 1101000 10011001 11001100 110001 11001 0 10100 11010011 110010 111100

Color Harmonies of #6899CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6899CC

Black with #6899CC

Text Example


Text Example

White with #6899CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6899CC; }

 p { color: rgb(104,153,204); }

 H1.HeaderClassName
 {
   color: #6899CC;
 }
 .AnyTagClassName
 {
   color: #6899CC;
 }
</style>

background-color css

<style>
 a { background-color: #6899CC; }

 a { background-color: rgb(104,153,204); }

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

border-color css

<style>
 span { border-color: #6899CC; }

 span { border-color: rgb(104,153,204); }

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