Html Css Color HEX #6BA0DD Jordy Blue

📋 copy color: '#6BA0DD'

red 107 ◦ green 160 ◦ blue 221

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

Shades of Jordy Blue #6BA0DD

Tints of Jordy Blue #6BA0DD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.79%

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

R = 21.93%
G = 32.79%
B = 45.29%

CMYK

 C value IS 0.52

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6BA0DD (or 0x6BA0DD) is known color: Jordy Blue. HEX triplet: 6B, A0 and DD. RGB value is (107,160,221). Sum of RGB (Red+Green+Blue) = 107+160+221=488 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.93% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #6BA0DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA0DD is #945F22. Grayscale: #969696. Windows color (decimal): -9723683 or 14524523. OLE color: 14524523.

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

Color convert

RGB 107 160 221 -
CMYK 0.52 0.28 0 0.13
HSL 212.11º 0.63% 0.64% -
HSV(B) 212.11º 0.52% 0.87% -
XYZ 31.69 33.49 73.2 -
YUV 151.11 167.44 96.54 -
System Red Green Blue C M Y K H S L
Decimal 107 160 221 0.52 0.28 0 0.13 212.11 0.63 0.64
Hex 6B A0 DD 34 1C 0 D D4 3F 40
Octal 153 240 335 64 34 0 15 324 77 100
Binary 1101011 10100000 11011101 110100 11100 0 1101 11010100 111111 1000000

Color Harmonies of #6BA0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA0DD

Black with #6BA0DD

Text Example


Text Example

White with #6BA0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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