Html Css Color HEX #6BA7CC Picton Blue

📋 copy color: '#6BA7CC'

red 107 ◦ green 167 ◦ blue 204

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

Shades of Picton Blue #6BA7CC

Tints of Picton Blue #6BA7CC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.94%

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

R = 22.38%
G = 34.94%
B = 42.68%

CMYK

 C value IS 0.48

 M value IS 0.18

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6BA7CC (or 0x6BA7CC) is known color: Picton Blue. HEX triplet: 6B, A7 and CC. RGB value is (107,167,204). Sum of RGB (Red+Green+Blue) = 107+167+204=478 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.38% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #6BA7CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA7CC is #945833. Grayscale: #999999. Windows color (decimal): -9721908 or 13412203. OLE color: 13412203.

HSL color Cylindrical-coordinate representation of color #6BA7CC: hue angle of 202.89º 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 #6BA7CC is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 107 167 204 -
CMYK 0.48 0.18 0 0.2
HSL 202.89º 0.49% 0.61% -
HSV(B) 202.89º 0.48% 0.8% -
XYZ 30.78 35.12 62.28 -
YUV 153.28 156.62 94.99 -
System Red Green Blue C M Y K H S L
Decimal 107 167 204 0.48 0.18 0 0.2 202.89 0.49 0.61
Hex 6B A7 CC 30 12 0 14 CB 31 3D
Octal 153 247 314 60 22 0 24 313 61 75
Binary 1101011 10100111 11001100 110000 10010 0 10100 11001011 110001 111101

Color Harmonies of #6BA7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA7CC

Black with #6BA7CC

Text Example


Text Example

White with #6BA7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,167,204); }

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

background-color css

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

 a { background-color: rgb(107,167,204); }

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

border-color css

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

 span { border-color: rgb(107,167,204); }

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