Html Css Color HEX #6BA1DD Jordy Blue

📋 copy color: '#6BA1DD'

red 107 ◦ green 161 ◦ blue 221

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

Shades of Jordy Blue #6BA1DD

Tints of Jordy Blue #6BA1DD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.92%

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

R = 21.88%
G = 32.92%
B = 45.19%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6BA1DD (or 0x6BA1DD) is known color: Jordy Blue. HEX triplet: 6B, A1 and DD. RGB value is (107,161,221). Sum of RGB (Red+Green+Blue) = 107+161+221=489 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.88% from 489); Green value is 161 (63.28% from 255 or 32.92% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #6BA1DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA1DD is #945E22. Grayscale: #979797. Windows color (decimal): -9723427 or 14524779. OLE color: 14524779.

HSL color Cylindrical-coordinate representation of color #6BA1DD: hue angle of 211.58º 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 #6BA1DD is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 161 221 -
CMYK 0.52 0.27 0 0.13
HSL 211.58º 0.63% 0.64% -
HSV(B) 211.58º 0.52% 0.87% -
XYZ 31.86 33.84 73.26 -
YUV 151.69 167.11 96.12 -
System Red Green Blue C M Y K H S L
Decimal 107 161 221 0.52 0.27 0 0.13 211.58 0.63 0.64
Hex 6B A1 DD 34 1B 0 D D4 3F 40
Octal 153 241 335 64 33 0 15 324 77 100
Binary 1101011 10100001 11011101 110100 11011 0 1101 11010100 111111 1000000

Color Harmonies of #6BA1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA1DD

Black with #6BA1DD

Text Example


Text Example

White with #6BA1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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