Html Css Color HEX #6BA0DF Jordy Blue

📋 copy color: '#6BA0DF'

red 107 ◦ green 160 ◦ blue 223

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

Shades of Jordy Blue #6BA0DF

Tints of Jordy Blue #6BA0DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.51%

R = 21.84%
G = 32.65%
B = 45.51%

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

#6BA0DF (or 0x6BA0DF) is known color: Jordy Blue. HEX triplet: 6B, A0 and DF. RGB value is (107,160,223). Sum of RGB (Red+Green+Blue) = 107+160+223=490 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.84% from 490); Green value is 160 (62.89% from 255 or 32.65% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #6BA0DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA0DF is #945F20. Grayscale: #979797. Windows color (decimal): -9723681 or 14655595. OLE color: 14655595.

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

Color convert

RGB 107 160 223 -
CMYK 0.52 0.28 0 0.13
HSL 212.59º 0.64% 0.65% -
HSV(B) 212.59º 0.52% 0.87% -
XYZ 31.95 33.6 74.61 -
YUV 151.34 168.44 96.38 -
System Red Green Blue C M Y K H S L
Decimal 107 160 223 0.52 0.28 0 0.13 212.59 0.64 0.65
Hex 6B A0 DF 34 1C 0 D D5 40 41
Octal 153 240 337 64 34 0 15 325 100 101
Binary 1101011 10100000 11011111 110100 11100 0 1101 11010101 1000000 1000001

Color Harmonies of #6BA0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA0DF

Black with #6BA0DF

Text Example


Text Example

White with #6BA0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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