Html Css Color HEX #6898C9 Picton Blue

📋 copy color: '#6898C9'

red 104 ◦ green 152 ◦ blue 201

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

Shades of Picton Blue #6898C9

Tints of Picton Blue #6898C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.98%

R = 22.76%
G = 33.26%
B = 43.98%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6898C9 (or 0x6898C9) is known color: Picton Blue. HEX triplet: 68, 98 and C9. RGB value is (104,152,201). Sum of RGB (Red+Green+Blue) = 104+152+201=457 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.76% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 201 (78.91% from 255 or 43.98% from 457); Max value from RGB is 201 - color contains mainly: blue. Hex color #6898C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6898C9 is #976736. Grayscale: #8E8E8E. Windows color (decimal): -9922359 or 13211752. OLE color: 13211752.

HSL color Cylindrical-coordinate representation of color #6898C9: hue angle of 210.31º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6898C9 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 104 152 201 -
CMYK 0.48 0.24 0 0.21
HSL 210.31º 0.47% 0.6% -
HSV(B) 210.31º 0.48% 0.79% -
XYZ 27.48 29.62 59.53 -
YUV 143.23 160.6 100.02 -
System Red Green Blue C M Y K H S L
Decimal 104 152 201 0.48 0.24 0 0.21 210.31 0.47 0.6
Hex 68 98 C9 30 18 0 15 D2 2F 3C
Octal 150 230 311 60 30 0 25 322 57 74
Binary 1101000 10011000 11001001 110000 11000 0 10101 11010010 101111 111100

Color Harmonies of #6898C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6898C9

Black with #6898C9

Text Example


Text Example

White with #6898C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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