Html Css Color HEX #6898CF Picton Blue

📋 copy color: '#6898CF'

red 104 ◦ green 152 ◦ blue 207

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

Shades of Picton Blue #6898CF

Tints of Picton Blue #6898CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.71%

R = 22.46%
G = 32.83%
B = 44.71%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6898CF (or 0x6898CF) is known color: Picton Blue. HEX triplet: 68, 98 and CF. RGB value is (104,152,207). Sum of RGB (Red+Green+Blue) = 104+152+207=463 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.46% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #6898CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6898CF is #976730. Grayscale: #8F8F8F. Windows color (decimal): -9922353 or 13604968. OLE color: 13604968.

HSL color Cylindrical-coordinate representation of color #6898CF: hue angle of 212.04º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6898CF is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 152 207 -
CMYK 0.50 0.27 0 0.19
HSL 212.04º 0.52% 0.61% -
HSV(B) 212.04º 0.5% 0.81% -
XYZ 28.2 29.9 63.32 -
YUV 143.92 163.6 99.53 -
System Red Green Blue C M Y K H S L
Decimal 104 152 207 0.50 0.27 0 0.19 212.04 0.52 0.61
Hex 68 98 CF 32 1B 0 13 D4 34 3D
Octal 150 230 317 62 33 0 23 324 64 75
Binary 1101000 10011000 11001111 110010 11011 0 10011 11010100 110100 111101

Color Harmonies of #6898CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6898CF

Black with #6898CF

Text Example


Text Example

White with #6898CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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