Html Css Color HEX #6BA3DD Jordy Blue

📋 copy color: '#6BA3DD'

red 107 ◦ green 163 ◦ blue 221

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

Shades of Jordy Blue #6BA3DD

Tints of Jordy Blue #6BA3DD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.2%

 BLUE value IS 221 (86.72% from 255) = 45.01%

R = 21.79%
G = 33.2%
B = 45.01%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6BA3DD (or 0x6BA3DD) is known color: Jordy Blue. HEX triplet: 6B, A3 and DD. RGB value is (107,163,221). Sum of RGB (Red+Green+Blue) = 107+163+221=491 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.79% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #6BA3DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA3DD is #945C22. Grayscale: #989898. Windows color (decimal): -9722915 or 14525291. OLE color: 14525291.

HSL color Cylindrical-coordinate representation of color #6BA3DD: hue angle of 210.53º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BA3DD is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 163 221 -
CMYK 0.52 0.26 0 0.13
HSL 210.53º 0.63% 0.64% -
HSV(B) 210.53º 0.52% 0.87% -
XYZ 32.21 34.54 73.38 -
YUV 152.87 166.45 95.28 -
System Red Green Blue C M Y K H S L
Decimal 107 163 221 0.52 0.26 0 0.13 210.53 0.63 0.64
Hex 6B A3 DD 34 1A 0 D D3 3F 40
Octal 153 243 335 64 32 0 15 323 77 100
Binary 1101011 10100011 11011101 110100 11010 0 1101 11010011 111111 1000000

Color Harmonies of #6BA3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA3DD

Black with #6BA3DD

Text Example


Text Example

White with #6BA3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,163,221); }

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

background-color css

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

 a { background-color: rgb(107,163,221); }

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

border-color css

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

 span { border-color: rgb(107,163,221); }

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