Html Css Color HEX #6B9FDD Jordy Blue

📋 copy color: '#6B9FDD'

red 107 ◦ green 159 ◦ blue 221

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

Shades of Jordy Blue #6B9FDD

Tints of Jordy Blue #6B9FDD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.65%

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

R = 21.97%
G = 32.65%
B = 45.38%

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

#6B9FDD (or 0x6B9FDD) is known color: Jordy Blue. HEX triplet: 6B, 9F and DD. RGB value is (107,159,221). Sum of RGB (Red+Green+Blue) = 107+159+221=487 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.97% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B9FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9FDD is #946022. Grayscale: #969696. Windows color (decimal): -9723939 or 14524267. OLE color: 14524267.

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

Color convert

RGB 107 159 221 -
CMYK 0.52 0.28 0 0.13
HSL 212.63º 0.63% 0.64% -
HSV(B) 212.63º 0.52% 0.87% -
XYZ 31.51 33.14 73.14 -
YUV 150.52 167.77 96.96 -
System Red Green Blue C M Y K H S L
Decimal 107 159 221 0.52 0.28 0 0.13 212.63 0.63 0.64
Hex 6B 9F DD 34 1C 0 D D5 3F 40
Octal 153 237 335 64 34 0 15 325 77 100
Binary 1101011 10011111 11011101 110100 11100 0 1101 11010101 111111 1000000

Color Harmonies of #6B9FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9FDD

Black with #6B9FDD

Text Example


Text Example

White with #6B9FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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