Html Css Color HEX #6B99CD Picton Blue

📋 copy color: '#6B99CD'

red 107 ◦ green 153 ◦ blue 205

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

Shades of Picton Blue #6B99CD

Tints of Picton Blue #6B99CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.09%

R = 23.01%
G = 32.9%
B = 44.09%

CMYK

 C value IS 0.48

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6B99CD (or 0x6B99CD) is known color: Picton Blue. HEX triplet: 6B, 99 and CD. RGB value is (107,153,205). Sum of RGB (Red+Green+Blue) = 107+153+205=465 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.01% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #6B99CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B99CD is #946632. Grayscale: #909090. Windows color (decimal): -9725491 or 13474155. OLE color: 13474155.

HSL color Cylindrical-coordinate representation of color #6B99CD: hue angle of 211.84º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B99CD is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 107 153 205 -
CMYK 0.48 0.25 0 0.20
HSL 211.84º 0.49% 0.61% -
HSV(B) 211.84º 0.48% 0.8% -
XYZ 28.47 30.32 62.11 -
YUV 145.17 161.76 100.77 -
System Red Green Blue C M Y K H S L
Decimal 107 153 205 0.48 0.25 0 0.20 211.84 0.49 0.61
Hex 6B 99 CD 30 19 0 14 D4 31 3D
Octal 153 231 315 60 31 0 24 324 61 75
Binary 1101011 10011001 11001101 110000 11001 0 10100 11010100 110001 111101

Color Harmonies of #6B99CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B99CD

Black with #6B99CD

Text Example


Text Example

White with #6B99CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,153,205); }

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

background-color css

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

 a { background-color: rgb(107,153,205); }

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

border-color css

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

 span { border-color: rgb(107,153,205); }

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