Html Css Color HEX #6B98CF Picton Blue

📋 copy color: '#6B98CF'

red 107 ◦ green 152 ◦ blue 207

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

Shades of Picton Blue #6B98CF

Tints of Picton Blue #6B98CF

RGB

 RED value IS 107 (42.19% from 255) = 22.96%

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

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

R = 22.96%
G = 32.62%
B = 44.42%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6B98CF (or 0x6B98CF) is known color: Picton Blue. HEX triplet: 6B, 98 and CF. RGB value is (107,152,207). Sum of RGB (Red+Green+Blue) = 107+152+207=466 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.96% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #6B98CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B98CF is #946730. Grayscale: #909090. Windows color (decimal): -9725745 or 13604971. OLE color: 13604971.

HSL color Cylindrical-coordinate representation of color #6B98CF: hue angle of 213º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B98CF is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 107 152 207 -
CMYK 0.48 0.27 0 0.19
HSL 213º 0.51% 0.62% -
HSV(B) 213º 0.48% 0.81% -
XYZ 28.55 30.09 63.33 -
YUV 144.82 163.09 101.03 -
System Red Green Blue C M Y K H S L
Decimal 107 152 207 0.48 0.27 0 0.19 213 0.51 0.62
Hex 6B 98 CF 30 1B 0 13 D5 33 3E
Octal 153 230 317 60 33 0 23 325 63 76
Binary 1101011 10011000 11001111 110000 11011 0 10011 11010101 110011 111110

Color Harmonies of #6B98CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B98CF

Black with #6B98CF

Text Example


Text Example

White with #6B98CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B98CF; }

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

 H1.HeaderClassName
 {
   color: #6B98CF;
 }
 .AnyTagClassName
 {
   color: #6B98CF;
 }
</style>

background-color css

<style>
 a { background-color: #6B98CF; }

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

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

border-color css

<style>
 span { border-color: #6B98CF; }

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

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