Html Css Color HEX #6BA7DC Jordy Blue

📋 copy color: '#6BA7DC'

red 107 ◦ green 167 ◦ blue 220

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

Shades of Jordy Blue #6BA7DC

Tints of Jordy Blue #6BA7DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.53%

R = 21.66%
G = 33.81%
B = 44.53%

CMYK

 C value IS 0.51

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6BA7DC (or 0x6BA7DC) is known color: Jordy Blue. HEX triplet: 6B, A7 and DC. RGB value is (107,167,220). Sum of RGB (Red+Green+Blue) = 107+167+220=494 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.66% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #6BA7DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA7DC is #945823. Grayscale: #9A9A9A. Windows color (decimal): -9721892 or 14460779. OLE color: 14460779.

HSL color Cylindrical-coordinate representation of color #6BA7DC: hue angle of 208.14º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BA7DC is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 107 167 220 -
CMYK 0.51 0.24 0 0.14
HSL 208.14º 0.62% 0.64% -
HSV(B) 208.14º 0.51% 0.86% -
XYZ 32.8 35.93 72.92 -
YUV 155.1 164.62 93.69 -
System Red Green Blue C M Y K H S L
Decimal 107 167 220 0.51 0.24 0 0.14 208.14 0.62 0.64
Hex 6B A7 DC 33 18 0 E D0 3E 40
Octal 153 247 334 63 30 0 16 320 76 100
Binary 1101011 10100111 11011100 110011 11000 0 1110 11010000 111110 1000000

Color Harmonies of #6BA7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA7DC

Black with #6BA7DC

Text Example


Text Example

White with #6BA7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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