Html Css Color HEX #6898CC Picton Blue

📋 copy color: '#6898CC'

red 104 ◦ green 152 ◦ blue 204

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

Shades of Picton Blue #6898CC

Tints of Picton Blue #6898CC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.04%

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

R = 22.61%
G = 33.04%
B = 44.35%

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

#6898CC (or 0x6898CC) is known color: Picton Blue. HEX triplet: 68, 98 and CC. RGB value is (104,152,204). Sum of RGB (Red+Green+Blue) = 104+152+204=460 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.61% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #6898CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6898CC is #976733. Grayscale: #8F8F8F. Windows color (decimal): -9922356 or 13408360. OLE color: 13408360.

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

Color convert

RGB 104 152 204 -
CMYK 0.49 0.25 0 0.2
HSL 211.2º 0.5% 0.6% -
HSV(B) 211.2º 0.49% 0.8% -
XYZ 27.84 29.76 61.4 -
YUV 143.58 162.1 99.77 -
System Red Green Blue C M Y K H S L
Decimal 104 152 204 0.49 0.25 0 0.2 211.2 0.5 0.6
Hex 68 98 CC 31 19 0 14 D3 32 3C
Octal 150 230 314 61 31 0 24 323 62 74
Binary 1101000 10011000 11001100 110001 11001 0 10100 11010011 110010 111100

Color Harmonies of #6898CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6898CC

Black with #6898CC

Text Example


Text Example

White with #6898CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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