Html Css Color HEX #6BA8DD Jordy Blue

📋 copy color: '#6BA8DD'

red 107 ◦ green 168 ◦ blue 221

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

Shades of Jordy Blue #6BA8DD

Tints of Jordy Blue #6BA8DD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.87%

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

R = 21.57%
G = 33.87%
B = 44.56%

CMYK

 C value IS 0.52

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6BA8DD (or 0x6BA8DD) is known color: Jordy Blue. HEX triplet: 6B, A8 and DD. RGB value is (107,168,221). Sum of RGB (Red+Green+Blue) = 107+168+221=496 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.57% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #6BA8DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA8DD is #945722. Grayscale: #9B9B9B. Windows color (decimal): -9721635 or 14526571. OLE color: 14526571.

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

Color convert

RGB 107 168 221 -
CMYK 0.52 0.24 0 0.13
HSL 207.89º 0.63% 0.64% -
HSV(B) 207.89º 0.52% 0.87% -
XYZ 33.12 36.35 73.68 -
YUV 155.8 164.79 93.19 -
System Red Green Blue C M Y K H S L
Decimal 107 168 221 0.52 0.24 0 0.13 207.89 0.63 0.64
Hex 6B A8 DD 34 18 0 D D0 3F 40
Octal 153 250 335 64 30 0 15 320 77 100
Binary 1101011 10101000 11011101 110100 11000 0 1101 11010000 111111 1000000

Color Harmonies of #6BA8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA8DD

Black with #6BA8DD

Text Example


Text Example

White with #6BA8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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